Merge pull request #891 from filecoin-project/feat/v0.1.1
Version 0.1.1
This commit is contained in:
commit
16a6c6a1fa
@ -3,7 +3,7 @@ package build
|
||||
var CurrentCommit string
|
||||
|
||||
// Version is the local build version, set by build system
|
||||
const Version = "0.1.0"
|
||||
const Version = "0.1.1"
|
||||
|
||||
var UserVersion = Version + CurrentCommit
|
||||
|
||||
@ -16,7 +16,7 @@ var UserVersion = Version + CurrentCommit
|
||||
// R R H
|
||||
// |\vv/|
|
||||
// vv vv
|
||||
const APIVersion = 0x000100
|
||||
const APIVersion = 0x000101
|
||||
|
||||
const (
|
||||
MajorMask = 0xff0000
|
||||
|
Loading…
Reference in New Issue
Block a user