From c971773214587d20afec260edf56b7af630788d8 Mon Sep 17 00:00:00 2001 From: Luke Hagar <98849695+luke-hagar-sp@users.noreply.github.com> Date: Thu, 28 Sep 2023 09:42:53 -0500 Subject: [PATCH] Update root.go --- cmd/root/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root/root.go b/cmd/root/root.go index f1710fa..2de68b7 100644 --- a/cmd/root/root.go +++ b/cmd/root/root.go @@ -20,7 +20,7 @@ import ( "github.com/spf13/viper" ) -var version = "2.0" +var version = "1.2.0" //go:embed root.md var rootHelp string