Skip to content

Commit

Permalink
feat: update version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deimosfr committed May 23, 2024
1 parent be30fca commit 5970b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var versionCmd = &cobra.Command{
}

func GetCurrentVersion() string {
return "1.0.0" // ci-version-check
return "1.1.0" // ci-version-check
}

func init() {
Expand Down

0 comments on commit 5970b75

Please sign in to comment.