1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-03-17 21:07:54 +02:00

update kratos to v0.2.2

This commit is contained in:
Tony 2019-08-19 10:40:53 +08:00
parent 624d898caa
commit e95a0db456
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"
)