diff --git a/cmd/root.go b/cmd/root.go index 4825b67..2703eb7 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -8,7 +8,7 @@ import ( "github.com/spf13/viper" ) -const VERSION string = "1.1" +const VERSION string = "1.2" const CONFIG_DIR string = "/.config/gitw" const LOCAL_CONFIG_DIR string = "./.gitw"