1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-01-10 00:29:01 +02:00

Merge pull request #276 from bilibili/update_version_to_v0.2.2

update kratos to v0.2.2
This commit is contained in:
Tony 2019-08-19 10:51:42 +08:00 committed by GitHub
commit b6d8968cd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -546,7 +546,7 @@ type Kratos struct {
go 1.12
require (
github.com/bilibili/kratos v0.2.1
github.com/bilibili/kratos v0.2.2
github.com/gogo/protobuf v1.2.1
github.com/golang/protobuf v1.3.2
golang.org/x/net v0.0.0-20190628185345-da137c7871d7

View File

@ -8,7 +8,7 @@ import (
var (
// Version is version
Version = "0.2.1"
Version = "0.2.2"
// BuildTime is BuildTime
BuildTime = "2019/07/24"
)