Update version.go

This commit is contained in:
Jay Gabriels
2023-01-01 07:40:46 -08:00
parent f1124a13b6
commit cc401cfdd2

View File

@@ -6,7 +6,7 @@ import (
"github.com/spf13/cobra"
)
const ghorgVersion = "v1.9.2"
const ghorgVersion = "v1.9.3"
var versionCmd = &cobra.Command{
Use: "version",