We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a5448a commit 7f15068Copy full SHA for 7f15068
cmd/gva/internal/version.go
@@ -24,10 +24,10 @@ import (
24
// versionCmd represents the version command
25
var versionCmd = &cobra.Command{
26
Use: "version",
27
- Short: "版本信息",
28
- Long: `版本的长信息`,
+ Short: "v1.0.0正式版",
+ Long: `v1.0.0正式版`,
29
Run: func(cmd *cobra.Command, args []string) {
30
- color.Green.Println("v0.0.4")
+ color.Green.Println("v1.0.0")
31
},
32
}
33
go.mod
@@ -1,6 +1,6 @@
1
module gva
2
3
-go 1.16
+go 1.10
4
5
require (
6
github.com/casbin/gorm-adapter/v3 v3.0.2
0 commit comments