From d46d5d16716baa516848369a051abc38d0670103 Mon Sep 17 00:00:00 2001 From: HAOYUatHZ Date: Fri, 5 Jul 2024 09:01:07 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20auto=20version=20bump=E2=80=89[bot]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index 3b8eb6c1779d..20548857f702 100644 --- a/params/version.go +++ b/params/version.go @@ -24,7 +24,7 @@ import ( const ( VersionMajor = 5 // Major version component of the current release VersionMinor = 5 // Minor version component of the current release - VersionPatch = 4 // Patch version component of the current release + VersionPatch = 5 // Patch version component of the current release VersionMeta = "mainnet" // Version metadata to append to the version string )