Merge pull request #6028 from filecoin-project/chore/bump-v1.8

Bump master version to 1.7.1-dev
This commit is contained in:
Łukasz Magiera 2021-04-13 14:10:43 +02:00 committed by GitHub
commit 9e600eac7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.0-dev"
const BuildVersion = "1.7.1-dev"
func UserVersion() string {
return BuildVersion + buildType() + CurrentCommit