feat: change to v2.1.0 (#1535)

* change to v2.0.5

* fix go lint
pull/1538/head
longxboy 3 years ago committed by GitHub
parent 056812e4b2
commit d0c65fbd75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      contrib/config/apollo/apollo.go
  2. 2
      version.go

@ -11,6 +11,7 @@ type apollo struct {
client *agollo.Client
}
// Option is apollo option
type Option func(*options)
type options struct {
@ -72,7 +73,6 @@ func WithNamespace(name string) Option {
}
}
// WithBackupPath with apollo config backupPath
func WithBackupPath(backupPath string) Option {
return func(o *options) {

@ -1,4 +1,4 @@
package kratos
// Release is the current kratos version.
const Release = "v2.0.5"
const Release = "v2.1.0"

Loading…
Cancel
Save