Skip to content

Commit

Permalink
chore: prepare release 0.2.1 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tchoupinax authored Aug 8, 2024
1 parent 280e073 commit c876b0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
main
branch
dist
vendor
git-branch
main
vendor
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/fatih/color"
)

const Version string = "0.2.0"
const Version string = "0.2.1"
const BuildDate string = "2024-08-08"

func cliCommandDisplayHelp(args []string) {
Expand Down

0 comments on commit c876b0c

Please sign in to comment.