Update version.go

This commit is contained in:
Jay Gabriels
2024-05-14 18:23:52 -07:00
parent dbf16d6fdd
commit 427225564c

View File

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