From c071b2dc47efdffadd557aafa9694d83dcbaa66f Mon Sep 17 00:00:00 2001 From: whyrusleeping Date: Thu, 30 Jan 2020 21:15:00 -0800 Subject: [PATCH] move back fork point, set new version --- build/forks.go | 2 +- build/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/forks.go b/build/forks.go index 02c0282bb..e03eb9f08 100644 --- a/build/forks.go +++ b/build/forks.go @@ -6,4 +6,4 @@ const ForkFrigidHeight = 7950 const ForkBootyBayHeight = 11000 -const ForkMissingSnowballs = 33000 +const ForkMissingSnowballs = 34000 diff --git a/build/version.go b/build/version.go index 97372e836..21cb88a82 100644 --- a/build/version.go +++ b/build/version.go @@ -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