Bump version to 2.0

This commit is contained in:
luke-hagar-sp
2023-09-28 15:19:32 +00:00
committed by developer-relations-sp
parent 4275f0357f
commit ba2d15b51d

View File

@@ -20,7 +20,7 @@ import (
"github.com/spf13/viper"
)
var version = "1.2.0"
var version = "2.0"
//go:embed root.md
var rootHelp string