Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,9 @@ Signed commits are automatically created when using GitHub Actions.

---

## 🚤 Version


## 📄 License

MIT © Your Name or Organization
MIT © github.com/kassett

---

Expand Down
2 changes: 1 addition & 1 deletion cmd/execute.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

// VERSION number: changed in CI
const VERSION = "v0.1.3"
const VERSION = "v0.2.0"

var rootPath string
var repo repository.Repository
Expand Down