From e8340390c838fce75929b2f2e6d5f7af7d7abd5c Mon Sep 17 00:00:00 2001 From: meows Date: Tue, 8 Sep 2020 15:16:57 -0500 Subject: [PATCH 1/2] params: bump version to v1.11.13-stable 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 d2153b798e..295fae6e93 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 = 11 // Minor version component of the current release - VersionPatch = 13 // 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 = 11 // Minor version component of the current release + VersionPatch = 13 // Patch version component of the current release + VersionMeta = "stable" // Version metadata to append to the version string VersionName = "CoreGeth" ) From 172c244db9f476f0a62643c15b7a85a3ded3a9e0 Mon Sep 17 00:00:00 2001 From: meows Date: Tue, 8 Sep 2020 15:18:26 -0500 Subject: [PATCH 2/2] params: bump version to v1.11.14-unstable 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 295fae6e93..a5ad6b8ebe 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 = 11 // Minor version component of the current release - VersionPatch = 13 // 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 = 11 // Minor version component of the current release + VersionPatch = 14 // Patch version component of the current release + VersionMeta = "unstable" // Version metadata to append to the version string VersionName = "CoreGeth" )