1
0
mirror of https://github.com/go-kratos/kratos.git synced 2026-05-22 10:15:24 +02:00

change version to 2.0.1

This commit is contained in:
longXboy
2021-07-18 20:15:52 +08:00
parent 4e529d1e30
commit f0d077a328
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import (
)
var (
version string = "v2.0.0"
version string = "v2.0.1"
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"
const version = "v2.0.1"
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"
const version = "v2.0.1"
func main() {
showVersion := flag.Bool("version", false, "print the version and exit")