From 2d420f7947faf7bb5a057c5008cb54874c4f2d5b Mon Sep 17 00:00:00 2001 From: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com> Date: Wed, 30 Aug 2023 14:59:22 +0800 Subject: [PATCH] Update version.go --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index 8bc7b09a8323..0802f41b38e5 100644 --- a/params/version.go +++ b/params/version.go @@ -24,7 +24,7 @@ import ( const ( VersionMajor = 4 // Major version component of the current release VersionMinor = 3 // Minor version component of the current release - VersionPatch = 56 // Patch version component of the current release + VersionPatch = 57 // Patch version component of the current release VersionMeta = "sepolia" // Version metadata to append to the version string )