set version to v1.10.1-rc1

This commit is contained in:
Łukasz Magiera 2021-07-02 20:56:09 +02:00
parent 0511770d53
commit 29763df433
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -29,7 +29,7 @@ func buildType() string {
}
// BuildVersion is the local build version, set by build system
const BuildVersion = "1.10.1-dev"
const BuildVersion = "1.10.1-rc1"
func UserVersion() string {
return BuildVersion + buildType() + CurrentCommit