1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-03-17 21:07:54 +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

View File

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

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")

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")