Merge pull request #276 from bilibili/update_version_to_v0.2.2

update kratos to v0.2.2
pull/277/head v0.2.2
Tony 5 years ago committed by GitHub
commit b6d8968cd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tool/kratos/template.go
  2. 2
      tool/kratos/version.go

@ -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…
Cancel
Save