From 6003411c431276575d95da4dec87a58bf5ebe6cb Mon Sep 17 00:00:00 2001 From: wincenteam Date: Mon, 4 Mar 2019 22:58:04 +0800 Subject: [PATCH] update version --- params/version.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/params/version.go b/params/version.go index 92747785..3a2bd11f 100644 --- a/params/version.go +++ b/params/version.go @@ -21,10 +21,10 @@ import ( ) const ( - VersionMajor = 0 // 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 = "beta.r6" // Version metadata to append to the version string + VersionMajor = 0 // 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 = "beta.r6-hotfix.1" // Version metadata to append to the version string ) // Version holds the textual version string.