Bump version to 2.0.1

This commit is contained in:
luke-hagar-sp
2023-10-05 02:16:46 +00:00
committed by developer-relations-sp
parent dfe0a096f5
commit 5ae3d9811c

View File

@@ -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