bump version

This commit is contained in:
Łukasz Magiera 2021-04-27 08:38:29 +02:00
parent c4137a438d
commit 1a980bf971
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.7.1-dev"
const BuildVersion = "1.11.0-dev"
func UserVersion() string {
return BuildVersion + buildType() + CurrentCommit