diff --git a/README.md b/README.md index 7e8de01..2ea1d22 100644 --- a/README.md +++ b/README.md @@ -98,12 +98,9 @@ Signed commits are automatically created when using GitHub Actions. --- -## 🚤 Version - - ## 📄 License -MIT © Your Name or Organization +MIT © github.com/kassett --- diff --git a/cmd/execute.go b/cmd/execute.go index 527ec7c..e9d2e53 100644 --- a/cmd/execute.go +++ b/cmd/execute.go @@ -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