Update root.go

This commit is contained in:
Luke Hagar
2023-09-28 09:42:53 -05:00
committed by GitHub
parent c9ea0cbe83
commit c971773214

View File

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