From 6696bd15ef42fbe0043470a4156bae8bed9a62d8 Mon Sep 17 00:00:00 2001 From: Joshua Gutow Date: Wed, 4 Nov 2020 14:36:20 -0500 Subject: [PATCH] Release celo-blockchain 1.2.0 --- params/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/params/version.go b/params/version.go index 4d10490c3f..abc0a41dbf 100644 --- a/params/version.go +++ b/params/version.go @@ -22,9 +22,9 @@ import ( const ( VersionMajor = 1 // Major version component of the current release - VersionMinor = 0 // Minor 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 = "unstable" // Version metadata to append to the version string + VersionMeta = "stable" // Version metadata to append to the version string ) type VersionInfo struct {