build: Bump versions to 0.5.2

This commit is contained in:
Łukasz Magiera 2020-08-24 23:37:23 +02:00
parent fda038cd89
commit e4e0f472f9
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
}
```