bump version to 0.1.3
This commit is contained in:
parent
ef3795ae3d
commit
088e836393
@ -5,7 +5,7 @@ import "fmt"
|
||||
var CurrentCommit string
|
||||
|
||||
// BuildVersion is the local build version, set by build system
|
||||
const BuildVersion = "0.1.2"
|
||||
const BuildVersion = "0.1.3"
|
||||
|
||||
var UserVersion = BuildVersion + CurrentCommit
|
||||
|
||||
@ -31,7 +31,7 @@ func (ve Version) EqMajorMinor(v2 Version) bool {
|
||||
}
|
||||
|
||||
// APIVersion is a semver version of the rpc api exposed
|
||||
var APIVersion Version = newVer(0, 1, 2)
|
||||
var APIVersion Version = newVer(0, 1, 3)
|
||||
|
||||
const (
|
||||
majorMask = 0xff0000
|
||||
|
Loading…
Reference in New Issue
Block a user