release v1.0

This commit is contained in:
2023-10-26 21:38:27 +02:00
parent ce23c870fd
commit 489faae58b

View File

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