From 489faae58bbcb07dc168f2153cc7023cbc4202de Mon Sep 17 00:00:00 2001 From: Yves Biener Date: Thu, 26 Oct 2023 21:38:27 +0200 Subject: [PATCH] release v1.0 --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index ebf4022..48862a9 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -8,7 +8,7 @@ import ( "github.com/spf13/viper" ) -const VERSION string = "0.1" +const VERSION string = "1.0" const CONFIG_DIR string = "/.config/gitw" const LOCAL_CONFIG_DIR string = "./.gitw"