From 8b3bce9a4392ef784cbcca9cdf4c6b312cd97e5e Mon Sep 17 00:00:00 2001 From: Samuel Chai Date: Mon, 21 Apr 2025 10:39:20 -0400 Subject: [PATCH 1/2] #minor updating readme --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 --- From de698c1d217a14ddc558e8a60a0a9652a24cee74 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 14:40:20 +0000 Subject: [PATCH 2/2] Updating tracked Git version in source code --- cmd/execute.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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