Version 0.1.1

This commit is contained in:
Łukasz Magiera 2019-12-12 14:54:42 +01:00
parent e1acacaa95
commit 3b56845f98

View File

@ -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