Update version.go

This commit is contained in:
Jay Gabriels 2024-05-14 18:23:52 -07:00
parent dbf16d6fdd
commit 427225564c
No known key found for this signature in database
GPG Key ID: 47EC2E34963C2D56

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",