Skip to content

Commit

Permalink
fix version (#1090)
Browse files Browse the repository at this point in the history
  • Loading branch information
longXboy authored Jun 21, 2021
1 parent 59f54b2 commit b6fc811
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/kratos/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

var (
version string = "v2.0.0-rc5"
version string = "v2.0.0-rc6"

rootCmd = &cobra.Command{
Use: "kratos",
Expand Down
2 changes: 1 addition & 1 deletion cmd/protoc-gen-go-errors/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"google.golang.org/protobuf/types/pluginpb"
)

const version = "v2.0.0-rc5"
const version = "v2.0.0-rc6"

func main() {
showVersion := flag.Bool("version", false, "print the version and exit")
Expand Down
2 changes: 1 addition & 1 deletion cmd/protoc-gen-go-http/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"google.golang.org/protobuf/types/pluginpb"
)

const version = "v2.0.0-rc5"
const version = "v2.0.0-rc6"

func main() {
showVersion := flag.Bool("version", false, "print the version and exit")
Expand Down

0 comments on commit b6fc811

Please sign in to comment.