fix for CI scripts

master 0.2.4
Andrew 1 year ago
parent a2a89011fe
commit 951bf97eb2

@ -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)
}

Loading…
Cancel
Save