From 801337f2c1f1460b37cbc541bc5e37a8ce5bdf1e Mon Sep 17 00:00:00 2001 From: Tuna Date: Mon, 14 Jan 2019 17:10:20 +0700 Subject: [PATCH] bump up v1.2 --- 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 )