Skip to content

Commit

Permalink
tag v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nopdan committed Mar 13, 2024
1 parent cf83ef0 commit 8243279
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.1 %s/%s\n", runtime.GOOS, runtime.GOARCH)
fmt.Printf("gosmq v2.2 %s/%s\n", runtime.GOOS, runtime.GOARCH)
},
}

0 comments on commit 8243279

Please sign in to comment.