bump version to v1.36.0

This commit is contained in:
c9s 2022-07-10 15:29:19 +08:00
parent 9f4ccfbfb4
commit 2a9a34ae66
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54
2 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
//go:build !release
// +build !release
package version
const Version = "v1.35.0-daaa3352-dev"
const Version = "v1.36.0-cc8821bb-dev"
const VersionGitRef = "cc8821bb"
const VersionGitRef = "daaa3352"

View File

@ -1,8 +1,8 @@
//go:build release
// +build release
package version
const Version = "v1.35.0-daaa3352"
const Version = "v1.36.0-cc8821bb"
const VersionGitRef = "cc8821bb"
const VersionGitRef = "daaa3352"