Skip to content

Commit f56ba3f

Browse files
author
Josh Newman
committed
update default version
1 parent a6bb351 commit f56ba3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/root.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
var (
16-
version = "dev"
16+
version = ""
1717
cfgFile string
1818
showVersion bool
1919
session *awsSession.Session
@@ -26,7 +26,7 @@ var rootCmd = &cobra.Command{
2626
Short: "An easy AWS Parameter Store CLI",
2727
Run: func(cmd *cobra.Command, args []string) {
2828
if showVersion {
29-
cmd.Println("version", version)
29+
cmd.Println("version:", version)
3030
os.Exit(0)
3131
}
3232

0 commit comments

Comments
 (0)