Merge pull request #3273 from filecoin-project/feat/v0.5.2

build: Bump versions to 0.5.2
This commit is contained in:
Łukasz Magiera 2020-08-24 23:55:07 +02:00 committed by GitHub
commit 56d419e906
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ func buildType() string {
}
// BuildVersion is the local build version, set by build system
const BuildVersion = "0.4.6"
const BuildVersion = "0.5.2"
func UserVersion() string {
return BuildVersion + buildType() + CurrentCommit
@ -53,7 +53,7 @@ func (ve Version) EqMajorMinor(v2 Version) bool {
}
// APIVersion is a semver version of the rpc api exposed
var APIVersion Version = newVer(0, 11, 0)
var APIVersion Version = newVer(0, 12, 0)
//nolint:varcheck,deadcode
const (

View File

@ -197,7 +197,7 @@ Response:
```json
{
"Version": "string value",
"APIVersion": 2816,
"APIVersion": 3072,
"BlockDelay": 42
}
```