bump up version

This commit is contained in:
2023-10-27 16:44:09 +02:00
parent aae91aa4e7
commit 46762c4044

View File

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