Update version.go

This commit is contained in:
gabrie30
2024-09-20 18:11:34 -07:00
parent 5cc347f1c2
commit 35dda34fdf

View File

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