From 46762c4044bee32abddb698b1e85c2027ee5b1fa Mon Sep 17 00:00:00 2001 From: Yves Biener Date: Fri, 27 Oct 2023 16:44:09 +0200 Subject: [PATCH] bump up version --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 48862a9..4825b67 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -8,7 +8,7 @@ import ( "github.com/spf13/viper" ) -const VERSION string = "1.0" +const VERSION string = "1.1" const CONFIG_DIR string = "/.config/gitw" const LOCAL_CONFIG_DIR string = "./.gitw"