From 239d0b42be934784ba6a59a03b32ec4aa1895641 Mon Sep 17 00:00:00 2001 From: Or Neeman Date: Tue, 15 Dec 2020 12:25:05 -0600 Subject: [PATCH] Release 1.1.2 (#1271) --- params/version.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/params/version.go b/params/version.go index 6379915662..8b78eceb6a 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 = 1 // Minor version component of the current release - VersionPatch = 2 // Patch version component of the current release - VersionMeta = "beta" // Version metadata to append to the version string + VersionMajor = 1 // Major version component of the current release + VersionMinor = 1 // Minor version component of the current release + VersionPatch = 2 // Patch version component of the current release + VersionMeta = "stable" // Version metadata to append to the version string ) type VersionInfo struct {