1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-02-11 13:38:46 +02:00
* add rc5
This commit is contained in:
longxboy 2021-06-18 10:53:29 +08:00 committed by GitHub
parent 7b41acf241
commit 4241dc8106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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