From 1baaa30ad70c1d3062040cd2d9f5fbfd44b5f8d7 Mon Sep 17 00:00:00 2001 From: Nguyen Ba Tam Date: Fri, 28 Dec 2018 10:37:34 +0700 Subject: [PATCH] bump up v1.2.0 --- params/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/params/version.go b/params/version.go index 905daa6466..948cbc8caf 100644 --- a/params/version.go +++ b/params/version.go @@ -22,8 +22,8 @@ import ( const ( VersionMajor = 1 // Major version component of the current release - VersionMinor = 1 // Minor version component of the current release - VersionPatch = 3 // Patch version component of the current release + VersionMinor = 2 // Minor version component of the current release + VersionPatch = 0 // Patch version component of the current release VersionMeta = "stable" // Version metadata to append to the version string )