Skip to content

Commit ed26ce0

Browse files
committed
fix: add proper version
1 parent c593fe8 commit ed26ce0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/ee/main.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 = "0.3.0"
1717
cfgBaseDir string
1818
globalFlags = struct {
1919
debug bool
@@ -92,7 +92,7 @@ func main() {
9292
)
9393

9494
// Enable version flag
95-
rootCmd.SetVersionTemplate("ee version {{.Version}}\n")
95+
rootCmd.SetVersionTemplate("{{.Version}}\n")
9696

9797
// Execute
9898
if err := rootCmd.Execute(); err != nil {

0 commit comments

Comments
 (0)