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 )