From 98fc492b5da19167f792a564889210ea779a1864 Mon Sep 17 00:00:00 2001 From: Karl Bartel Date: Wed, 24 Apr 2024 12:30:05 +0200 Subject: [PATCH] Prepare v1.8.4 --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index c101f524b3..c283fc6560 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 = 3 // Patch version component of the current release + VersionPatch = 4 // Patch version component of the current release VersionMeta = "stable" // Version metadata to append to the version string )