Merge pull request #5828 from filecoin-project/asr/version

Bump master to 1.6.0-dev
This commit is contained in:
Łukasz Magiera 2021-03-19 11:48:24 +01:00 committed by GitHub
commit d198bf9d6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,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 = "1.5.2" const BuildVersion = "1.6.0-dev"
func UserVersion() string { func UserVersion() string {
return BuildVersion + buildType() + CurrentCommit return BuildVersion + buildType() + CurrentCommit