Skip to content

Commit

Permalink
Merge pull request #6210 from filecoin-project/fix/version
Browse files Browse the repository at this point in the history
Bump the version to v1.9.0-rc3
  • Loading branch information
jennijuju committed May 7, 2021
2 parents 16a9baa + 0398e55 commit 1e1e0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func buildType() string {
}

// BuildVersion is the local build version, set by build system
const BuildVersion = "1.9.0-rc2"
const BuildVersion = "1.9.0-rc3"

func UserVersion() string {
return BuildVersion + buildType() + CurrentCommit
Expand Down

0 comments on commit 1e1e0cc

Please sign in to comment.