Skip to content

Commit

Permalink
fix for CI scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
CybersShell committed Feb 19, 2023
1 parent a2a8901 commit 951bf97
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 @@ -19,7 +19,7 @@ var (

func version(cmd *cobra.Command, args []string) {

fmt.Printf("v%s\n", versionStr)
fmt.Printf("%s\n", versionStr)

os.Exit(0)
}

0 comments on commit 951bf97

Please sign in to comment.