Bump version

This commit is contained in:
Łukasz Magiera 2019-12-05 16:46:48 +01:00
parent 7c60404e2e
commit 45690747cb

View File

@ -1,7 +1,7 @@
package build
// Version is the local build version, set by build system
const Version = "0.10.0"
const Version = "0.11.0"
// APIVersion is a hex semver version of the rpc api exposed
//
@ -12,7 +12,7 @@ const Version = "0.10.0"
// R R H
// |\vv/|
// vv vv
const APIVersion = 0x000a01
const APIVersion = 0x000b01
const (
MajorMask = 0xff0000