From 397f6f6108ec5b581c5e50a4350f699c2bf4acdf Mon Sep 17 00:00:00 2001 From: fudongbai <296179868@qq.com> Date: Fri, 28 Aug 2020 10:29:05 +0800 Subject: [PATCH] prepare for release 1.0.2 --- params/version.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/params/version.go b/params/version.go index c33f321d37..c90a95a465 100644 --- a/params/version.go +++ b/params/version.go @@ -21,10 +21,10 @@ import ( ) const ( - VersionMajor = 1 // Major version component of the current release - VersionMinor = 0 // Minor version component of the current release - VersionPatch = 1 // Patch version component of the current release - VersionMeta = "beta.2" // Version metadata to append to the version string + VersionMajor = 1 // Major version component of the current release + VersionMinor = 0 // Minor version component of the current release + VersionPatch = 2 // Patch version component of the current release + VersionMeta = "" // Version metadata to append to the version string ) // Version holds the textual version string.