Skip to content

Commit

Permalink
chore: prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Tchoupinax committed May 10, 2024
1 parent 3704247 commit 0a40dbc
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 @@ -8,8 +8,8 @@ import (
"github.com/fatih/color"
)

const Version string = "0.1.2"
const BuildDate string = "2024-04-11"
const Version string = "0.1.3"
const BuildDate string = "2024-05-10"

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

0 comments on commit 0a40dbc

Please sign in to comment.