From 49a914fc2ade7ee44b64001beeb6898a5816f9f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Garamv=C3=B6lgyi?= Date: Thu, 7 Aug 2025 11:28:38 +0200 Subject: [PATCH] chore: bump version for Feynman mainnet release (#1232) --- params/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/params/version.go b/params/version.go index c25acb0991..9b9896ed91 100644 --- a/params/version.go +++ b/params/version.go @@ -23,8 +23,8 @@ import ( const ( VersionMajor = 5 // Major version component of the current release - VersionMinor = 8 // Minor version component of the current release - VersionPatch = 77 // Patch version component of the current release + VersionMinor = 9 // Minor version component of the current release + VersionPatch = 0 // Patch version component of the current release VersionMeta = "mainnet" // Version metadata to append to the version string )