1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-02-03 13:11:42 +02:00

kratos工具版本号修改 (#759)

* fix toolkit version
This commit is contained in:
宗川凉介 2021-03-11 12:34:23 +08:00 committed by GitHub
parent 28009889bb
commit b80fdb878e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -3,7 +3,7 @@ module github.com/go-kratos/kratos/cmd/protoc-gen-go-errors/v2
go 1.15
require (
github.com/go-kratos/kratos/v2 v2.0.0-alpha5
github.com/go-kratos/kratos/v2 v2.0.0-alpha6
github.com/google/uuid v1.2.0 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
google.golang.org/grpc v1.36.0 // indirect

View File

@ -8,7 +8,7 @@ import (
"google.golang.org/protobuf/types/pluginpb"
)
const version = "v2.0.0-alpha5"
const version = "v2.0.0-alpha6"
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-alpha5"
const version = "v2.0.0-alpha6"
func main() {
showVersion := flag.Bool("version", false, "print the version and exit")