From 621555993ed5a787dcf0f8e64567f270a73f8d7e Mon Sep 17 00:00:00 2001 From: Anil Chinchawale Date: Tue, 21 Dec 2021 10:45:43 +0400 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 c8d19d47bf..70070f932a 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 = 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 )