From 04d026e226c55216deafadd4e4b06d144922a6e4 Mon Sep 17 00:00:00 2001 From: meows Date: Fri, 27 Aug 2021 15:53:57 -0500 Subject: [PATCH 1/2] params: bump version to v1.12.1 Date: 2021-08-27 15:53:57-05:00 Signed-off-by: meows --- params/version.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/params/version.go b/params/version.go index d074cb405cb..63faa6aad5d 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 = 12 // Minor version component of the current release - VersionPatch = 1 // Patch version component of the current release - VersionMeta = "unstable" // Version metadata to append to the version string + VersionMajor = 1 // Major version component of the current release + VersionMinor = 12 // Minor version component of the current release + VersionPatch = 1 // Patch version component of the current release + VersionMeta = "stable" // Version metadata to append to the version string VersionName = "CoreGeth" ) From ee80a93a7476ed3522d1bde14ad95ef746e741fe Mon Sep 17 00:00:00 2001 From: meows Date: Fri, 27 Aug 2021 15:55:01 -0500 Subject: [PATCH 2/2] params: bump version to v1.12.2-unstable Date: 2021-08-27 15:55:01-05:00 Signed-off-by: meows --- params/version.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/params/version.go b/params/version.go index 63faa6aad5d..d1db1558779 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 = 12 // Minor version component of the current release - VersionPatch = 1 // Patch version component of the current release - VersionMeta = "stable" // Version metadata to append to the version string + VersionMajor = 1 // Major version component of the current release + VersionMinor = 12 // Minor version component of the current release + VersionPatch = 2 // Patch version component of the current release + VersionMeta = "unstable" // Version metadata to append to the version string VersionName = "CoreGeth" )