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:
parent
4e529d1e30
commit
f0d077a328
@ -12,7 +12,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
version string = "v2.0.0"
|
||||
version string = "v2.0.1"
|
||||
|
||||
rootCmd = &cobra.Command{
|
||||
Use: "kratos",
|
||||
|
@ -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")
|
||||
|
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user