Skip to content

Commit

Permalink
chore: prepare release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tchoupinax committed Oct 17, 2024
1 parent a54e868 commit dacfc61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"github.com/fatih/color"
)

const Version string = "0.2.2"
const BuildDate string = "2024-08-08"
const Version string = "0.3.0"
const BuildDate string = "2024-10-17"

func cliCommandDisplayHelp(args []string) {
displayVersion := StringInSlice("-v", args[1:]) || StringInSlice("--version", args[1:])
Expand Down

0 comments on commit dacfc61

Please sign in to comment.