diff --git a/cmd/root.go b/cmd/root.go index a02e0b9..f04168d 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -17,7 +17,7 @@ import ( "github.com/allancapistrano/user-input" ) -const GBC_VERSION = "1.0.0" +const GBC_VERSION = "1.1.0" const SETTINGS_FILE_NAME = "gbc.conf" // rootCmd represents the base command when called without any subcommands