From 7e32f6507b341d7b912f7d598a99619b2eb08875 Mon Sep 17 00:00:00 2001 From: wgr523 Date: Thu, 27 Oct 2022 17:36:19 +0800 Subject: [PATCH] Update version.go --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index 70070f932a..de6ee5ac88 100644 --- a/params/version.go +++ b/params/version.go @@ -23,7 +23,7 @@ import ( const ( VersionMajor = 1 // Major version component of the current release VersionMinor = 4 // Minor version component of the current release - VersionPatch = 4 // Patch version component of the current release + VersionPatch = 5 // Patch version component of the current release VersionMeta = "stable" // Version metadata to append to the version string )