From e45915b75a4309150930b5029076e589de4aa8ef Mon Sep 17 00:00:00 2001 From: Bui Quang Minh Date: Wed, 4 Oct 2023 13:45:07 +0700 Subject: [PATCH] params/version: bump Ronin to version 2.6.2 --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index 11339aab4d..8d44b19d40 100644 --- a/params/version.go +++ b/params/version.go @@ -23,7 +23,7 @@ import ( const ( VersionMajor = 2 // Major version component of the current release VersionMinor = 6 // Minor version component of the current release - VersionPatch = 0 // Patch version component of the current release + VersionPatch = 2 // Patch version component of the current release VersionMeta = "" // Version metadata to append to the version string )