From b5cfd29504c5925452bc6873d9cd90d75b0aa2ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Ponti?= Date: Fri, 6 Dec 2024 14:14:27 -0300 Subject: [PATCH] Prepare v1.8.7 --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index 9017a0a00b..b07a3546ff 100644 --- a/params/version.go +++ b/params/version.go @@ -27,7 +27,7 @@ import ( const ( VersionMajor = 1 // Major version component of the current release VersionMinor = 8 // Minor version component of the current release - VersionPatch = 2 // Patch version component of the current release + VersionPatch = 7 // Patch version component of the current release VersionMeta = "stable" // Version metadata to append to the version string )