Skip to content

Commit

Permalink
bump version v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nopdan committed May 9, 2024
1 parent 87791c0 commit 12f6260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ var versionCmd = &cobra.Command{
Use: "version",
Short: "输出版本信息",
Run: func(cmd *cobra.Command, args []string) {
fmt.Printf("gosmq v2.2.2 %s/%s\n", runtime.GOOS, runtime.GOARCH)
fmt.Printf("gosmq v2.3.0 %s/%s\n", runtime.GOOS, runtime.GOARCH)
},
}

0 comments on commit 12f6260

Please sign in to comment.