diff --git a/cmd/kratos/main.go b/cmd/kratos/main.go index d7fc9147e..6315cd003 100644 --- a/cmd/kratos/main.go +++ b/cmd/kratos/main.go @@ -11,7 +11,7 @@ import ( ) var ( - version string = "v2.0.0-rc6" + version string = "v2.0.0-rc7" rootCmd = &cobra.Command{ Use: "kratos", diff --git a/cmd/protoc-gen-go-errors/main.go b/cmd/protoc-gen-go-errors/main.go index 3b61eacd6..f2787c023 100644 --- a/cmd/protoc-gen-go-errors/main.go +++ b/cmd/protoc-gen-go-errors/main.go @@ -8,7 +8,7 @@ import ( "google.golang.org/protobuf/types/pluginpb" ) -const version = "v2.0.0-rc6" +const version = "v2.0.0-rc7" func main() { showVersion := flag.Bool("version", false, "print the version and exit") diff --git a/cmd/protoc-gen-go-http/main.go b/cmd/protoc-gen-go-http/main.go index 9b17971a6..31c540659 100644 --- a/cmd/protoc-gen-go-http/main.go +++ b/cmd/protoc-gen-go-http/main.go @@ -8,7 +8,7 @@ import ( "google.golang.org/protobuf/types/pluginpb" ) -const version = "v2.0.0-rc6" +const version = "v2.0.0-rc7" func main() { showVersion := flag.Bool("version", false, "print the version and exit")