diff --git a/cmd/root/root.go b/cmd/root/root.go index 456c76e..edbd28a 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