From 5632d2b331c57466db5f1547c38d13ded13242da Mon Sep 17 00:00:00 2001 From: wincenteam Date: Sat, 1 Jun 2019 02:03:08 +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 04861b30..27386a99 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 = 7 // Minor version component of the current release - VersionPatch = 1 // Patch version component of the current release - VersionMeta = "beta.r7.1" // Version metadata to append to the version string + VersionMajor = 0 // Major version component of the current release + VersionMinor = 7 // Minor version component of the current release + VersionPatch = 1 // Patch version component of the current release + VersionMeta = "beta.r7.1-hotfix.1" // Version metadata to append to the version string ) // Version holds the textual version string.