From 83f56a01d31845bb7ab06e8e914255a0923aedac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20L=C3=B3pez=20Le=C3=B3n?= Date: Sat, 8 Jun 2024 23:45:45 -0300 Subject: [PATCH] Revert versioning change from 0e84d9654 (#644) --- params/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/params/version.go b/params/version.go index 9d7fb4ec31..8134a23665 100644 --- a/params/version.go +++ b/params/version.go @@ -22,8 +22,8 @@ import ( const ( VersionMajor = 1 // Major version component of the current release - VersionMinor = 13 // Minor version component of the current release - VersionPatch = 0 // Patch version component of the current release + VersionMinor = 12 // Minor version component of the current release + VersionPatch = 17 // Patch version component of the current release VersionMeta = "unstable" // Version metadata to append to the version string VersionName = "CoreGeth" )