fix version (#1090)

pull/1092/head v2.0.0-rc6
longxboy 3 years ago committed by GitHub
parent 59f54b2661
commit b6fc811744
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      cmd/kratos/main.go
  2. 2
      cmd/protoc-gen-go-errors/main.go
  3. 2
      cmd/protoc-gen-go-http/main.go

@ -11,7 +11,7 @@ import (
) )
var ( var (
version string = "v2.0.0-rc5" version string = "v2.0.0-rc6"
rootCmd = &cobra.Command{ rootCmd = &cobra.Command{
Use: "kratos", Use: "kratos",

@ -8,7 +8,7 @@ import (
"google.golang.org/protobuf/types/pluginpb" "google.golang.org/protobuf/types/pluginpb"
) )
const version = "v2.0.0-rc5" const version = "v2.0.0-rc6"
func main() { func main() {
showVersion := flag.Bool("version", false, "print the version and exit") showVersion := flag.Bool("version", false, "print the version and exit")

@ -8,7 +8,7 @@ import (
"google.golang.org/protobuf/types/pluginpb" "google.golang.org/protobuf/types/pluginpb"
) )
const version = "v2.0.0-rc5" const version = "v2.0.0-rc6"
func main() { func main() {
showVersion := flag.Bool("version", false, "print the version and exit") showVersion := flag.Bool("version", false, "print the version and exit")

Loading…
Cancel
Save