diff --git a/cmd/root/root.go b/cmd/root/root.go index f1710fa0..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" +var version = "2.0.1" //go:embed root.md var rootHelp string