From 558f26f4cf4eed3c149bd78d2e22bfd07c064641 Mon Sep 17 00:00:00 2001 From: luke-hagar-sp <98849695+luke-hagar-sp@users.noreply.github.com> Date: Wed, 11 Oct 2023 08:12:09 -0500 Subject: [PATCH] Fixed version in root.go for failed action --- 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 456c76ea..edbd28a8 100644 --- a/cmd/root/root.go +++ b/cmd/root/root.go @@ -20,7 +20,7 @@ import ( "github.com/spf13/viper" ) -var version = "2.0.2" +var version = "2.0.1" //go:embed root.md var rootHelp string