Bump version

This commit is contained in:
Łukasz Magiera 2020-08-11 12:11:59 +02:00
parent fe83334ed9
commit 657b390193

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.3" const BuildVersion = "0.4.4"
func UserVersion() string { func UserVersion() string {
return BuildVersion + buildType() + CurrentCommit return BuildVersion + buildType() + CurrentCommit