mirror of
https://github.com/go-kratos/kratos.git
synced 2026-05-22 10:15:24 +02:00
add rc7 (#1125)
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
version string = "v2.0.0-rc6"
|
||||
version string = "v2.0.0-rc7"
|
||||
|
||||
rootCmd = &cobra.Command{
|
||||
Use: "kratos",
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user