Bump version

This commit is contained in:
Łukasz Magiera 2020-08-18 02:58:54 +02:00
parent 1cf2d1aad5
commit 9db478fd2e

View File

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