Bump version

Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
Jakub Sztandera 2020-07-02 22:09:11 +02:00
parent cc02092aae
commit 5fb76ddad2
No known key found for this signature in database
GPG Key ID: 9A9AF56F8B3879BA

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