From 263d5a44a89b3e67706636b5fe232a796df628d1 Mon Sep 17 00:00:00 2001 From: omerfirmak Date: Fri, 12 Jul 2024 12:18:27 +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 4cec56bd8771..153d78b8dd26 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 = 10 // Patch version component of the current release + VersionPatch = 11 // Patch version component of the current release VersionMeta = "mainnet" // Version metadata to append to the version string )