From b6fc81174453a87743a8e55b5ccc3a40c6154270 Mon Sep 17 00:00:00 2001 From: longxboy Date: Mon, 21 Jun 2021 11:24:24 +0800 Subject: [PATCH] fix version (#1090) --- cmd/kratos/main.go | 2 +- cmd/protoc-gen-go-errors/main.go | 2 +- cmd/protoc-gen-go-http/main.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/kratos/main.go b/cmd/kratos/main.go index a1611a81f..d7fc9147e 100644 --- a/cmd/kratos/main.go +++ b/cmd/kratos/main.go @@ -11,7 +11,7 @@ import ( ) var ( - version string = "v2.0.0-rc5" + version string = "v2.0.0-rc6" rootCmd = &cobra.Command{ Use: "kratos", diff --git a/cmd/protoc-gen-go-errors/main.go b/cmd/protoc-gen-go-errors/main.go index 16e17fb56..3b61eacd6 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-rc5" +const version = "v2.0.0-rc6" 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 36fb4dc53..9b17971a6 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-rc5" +const version = "v2.0.0-rc6" func main() { showVersion := flag.Bool("version", false, "print the version and exit")