Skip to content

Commit

Permalink
build(version): update grom version
Browse files Browse the repository at this point in the history
  • Loading branch information
sliveryou committed Jul 8, 2022
1 parent 5309c28 commit 6e37f25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import (

var (
projectName = "Grom"
projectVersion = "1.0.3"
goVersion = "go1.14.3"
gitCommit = "53e4a20e93"
buildTime = "2020-12-11 11:45:17"
projectVersion = "1.0.4"
goVersion = "go1.17.11"
gitCommit = "5309c2834d"
buildTime = "2022-07-08 18:13:45"
)

var versionCmd = &cobra.Command{
Expand Down

0 comments on commit 6e37f25

Please sign in to comment.