Skip to content

Commit

Permalink
update version and update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
SliverHorn committed Mar 4, 2021
1 parent 8a5448a commit 7f15068
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions cmd/gva/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ import (
// versionCmd represents the version command
var versionCmd = &cobra.Command{
Use: "version",
Short: "版本信息",
Long: `版本的长信息`,
Short: "v1.0.0正式版",
Long: `v1.0.0正式版`,
Run: func(cmd *cobra.Command, args []string) {
color.Green.Println("v0.0.4")
color.Green.Println("v1.0.0")
},
}

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module gva

go 1.16
go 1.10

require (
github.com/casbin/gorm-adapter/v3 v3.0.2
Expand Down

0 comments on commit 7f15068

Please sign in to comment.