fix for CI scripts

This commit is contained in:
Andrew 2023-02-18 22:52:10 -06:00
parent a2a89011fe
commit 951bf97eb2

View File

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