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:
commit
b6d8968cd3
@ -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
|
||||
|
@ -8,7 +8,7 @@ import (
|
||||
|
||||
var (
|
||||
// Version is version
|
||||
Version = "0.2.1"
|
||||
Version = "0.2.2"
|
||||
// BuildTime is BuildTime
|
||||
BuildTime = "2019/07/24"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user