bump version to v1.21.0

This commit is contained in:
c9s 2021-12-27 19:13:21 +08:00
parent 4a6c9deb8d
commit 0779b3e20a
2 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,8 @@
// +build !release
// +build release
package version
const Version = "1.x-dev"
const Version = "v1.21.0-b4044156-dev"
const VersionGitRef = "b4044156"

View File

@ -2,7 +2,7 @@
package version
const Version = "v1.20.0-c1e69194"
const Version = "v1.21.0-b4044156"
const VersionGitRef = "c1e69194"
const VersionGitRef = "b4044156"