From e5efa50515131e3d053b9d0a881172f24c21a05f Mon Sep 17 00:00:00 2001 From: Christopher Franko Date: Sat, 1 Apr 2017 10:22:42 -0400 Subject: [PATCH] update version to 1.6.1 beta --- params/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/params/version.go b/params/version.go index fef360473f..a153542cbb 100644 --- a/params/version.go +++ b/params/version.go @@ -21,8 +21,8 @@ import "fmt" const ( VersionMajor = 1 // Major version component of the current release VersionMinor = 6 // Minor version component of the current release - VersionPatch = 0 // Patch version component of the current release - VersionMeta = "unstable" // Version metadata to append to the version string + VersionPatch = 1 // Patch version component of the current release + VersionMeta = "beta" // Version metadata to append to the version string ) // Version holds the textual version string.