move back fork point, set new version

This commit is contained in:
whyrusleeping 2020-01-30 21:15:00 -08:00
parent d70ebd2ba5
commit c071b2dc47
2 changed files with 2 additions and 2 deletions

View File

@ -6,4 +6,4 @@ const ForkFrigidHeight = 7950
const ForkBootyBayHeight = 11000
const ForkMissingSnowballs = 33000
const ForkMissingSnowballs = 34000

View File

@ -5,7 +5,7 @@ import "fmt"
var CurrentCommit string
// BuildVersion is the local build version, set by build system
const BuildVersion = "0.2.6"
const BuildVersion = "0.2.7"
var UserVersion = BuildVersion + CurrentCommit