Update version.go

This commit is contained in:
gabrie30
2024-10-16 19:31:24 -07:00
parent bbc428735f
commit e753eeb81f

View File

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