From a5f6d0511ca06565dd16d9234ca9f4088ce4b4f0 Mon Sep 17 00:00:00 2001 From: Yves Biener Date: Mon, 30 Oct 2023 20:13:29 +0100 Subject: [PATCH] version bump --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"