diff --git a/cmd/root.go b/cmd/root.go index ebf4022..48862a9 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -8,7 +8,7 @@ import ( "github.com/spf13/viper" ) -const VERSION string = "0.1" +const VERSION string = "1.0" const CONFIG_DIR string = "/.config/gitw" const LOCAL_CONFIG_DIR string = "./.gitw"