From 8d5cf0d03048f7ad7f0f23b3cda51d919adb3db6 Mon Sep 17 00:00:00 2001 From: meows Date: Tue, 9 Jan 2024 09:13:33 -0700 Subject: [PATCH 1/2] params: bump version from v1.12.18-unstable to v1.12.18-stable Date: 2024-01-09 09:13:33-07: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 7b68607411..889e422505 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 = 18 // 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 = 18 // Patch version component of the current release + VersionMeta = "stable" // Version metadata to append to the version string VersionName = "CoreGeth" ) From 49bc21fa4060bfe6944cf129be4c23353e81a0e9 Mon Sep 17 00:00:00 2001 From: meows Date: Tue, 9 Jan 2024 09:14:57 -0700 Subject: [PATCH 2/2] params: bump version from v1.12.18-stable to v1.12.19-unstable Date: 2024-01-09 09:14:57-07: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 889e422505..d0b5703ebe 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 = 18 // 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 = 19 // Patch version component of the current release + VersionMeta = "unstable" // Version metadata to append to the version string VersionName = "CoreGeth" )