Skip to content

Commit

Permalink
Merge pull request go-kratos#276 from bilibili/update_version_to_v0.2.2
Browse files Browse the repository at this point in the history
update kratos to v0.2.2
  • Loading branch information
Tony authored Aug 19, 2019
2 parents 624d898 + e95a0db commit b6d8968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tool/kratos/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tool/kratos/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

var (
// Version is version
Version = "0.2.1"
Version = "0.2.2"
// BuildTime is BuildTime
BuildTime = "2019/07/24"
)
Expand Down

0 comments on commit b6d8968

Please sign in to comment.