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 )