1
0
mirror of https://github.com/go-kratos/kratos.git synced 2026-05-22 10:15:24 +02:00
This commit is contained in:
longxboy
2021-06-29 19:55:48 +08:00
committed by GitHub
parent 09be032575
commit a639340274
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import (
)
var (
version string = "v2.0.0-rc6"
version string = "v2.0.0-rc7"
rootCmd = &cobra.Command{
Use: "kratos",
+1 -1
View File
@@ -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")
+1 -1
View File
@@ -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")