diff --git a/cmd/version.go b/cmd/version.go index 5a7e838..069da51 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -7,7 +7,7 @@ import ( ) // VERSION number: change manually -const VERSION = "0.0.0" +const VERSION = "1.0.0" var versionCmd = &cobra.Command{ Use: "version",