Skip to content

Commit 7f15068

Browse files
committed
update version and update go.mod
1 parent 8a5448a commit 7f15068

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cmd/gva/internal/version.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ import (
2424
// versionCmd represents the version command
2525
var versionCmd = &cobra.Command{
2626
Use: "version",
27-
Short: "版本信息",
28-
Long: `版本的长信息`,
27+
Short: "v1.0.0正式版",
28+
Long: `v1.0.0正式版`,
2929
Run: func(cmd *cobra.Command, args []string) {
30-
color.Green.Println("v0.0.4")
30+
color.Green.Println("v1.0.0")
3131
},
3232
}
3333

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module gva
22

3-
go 1.16
3+
go 1.10
44

55
require (
66
github.com/casbin/gorm-adapter/v3 v3.0.2

0 commit comments

Comments
 (0)