version bump

This commit is contained in:
2023-10-30 20:13:29 +01:00
parent 6f01bebe9a
commit a5f6d0511c

View File

@@ -8,7 +8,7 @@ import (
"github.com/spf13/viper" "github.com/spf13/viper"
) )
const VERSION string = "1.1" const VERSION string = "1.2"
const CONFIG_DIR string = "/.config/gitw" const CONFIG_DIR string = "/.config/gitw"
const LOCAL_CONFIG_DIR string = "./.gitw" const LOCAL_CONFIG_DIR string = "./.gitw"