From 9f52cc5bbda49a13ce2270d3c1c9dd86749c8dc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20L=C3=B3pez=20Le=C3=B3n?= Date: Fri, 27 Oct 2023 09:20:54 -0300 Subject: [PATCH] Release/v1.12.15 (#572) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * bump version from v1.12.15-unstable to v1.12.15-stable Signed-off-by: Diego López León * bump version from v1.12.15-stable to v1.12.16-unstable Signed-off-by: Diego López León --------- Signed-off-by: Diego López León --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index 97faf85072..edebad6486 100644 --- a/params/version.go +++ b/params/version.go @@ -23,7 +23,7 @@ import ( const ( VersionMajor = 1 // Major version component of the current release VersionMinor = 12 // Minor version component of the current release - VersionPatch = 15 // Patch version component of the current release + VersionPatch = 16 // Patch version component of the current release VersionMeta = "unstable" // Version metadata to append to the version string VersionName = "CoreGeth" )