From 6f850d525581bab58995f922034b6ec5ce4653f1 Mon Sep 17 00:00:00 2001 From: AnilChinchawale Date: Mon, 18 Mar 2019 15:14:51 +0530 Subject: [PATCH] Version pump to v0.4.0 --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index 32817dbfb6..4684977a56 100644 --- a/params/version.go +++ b/params/version.go @@ -22,7 +22,7 @@ import ( const ( VersionMajor = 0 // Major version component of the current release - VersionMinor = 3 // Minor version component of the current release + VersionMinor = 4 // Minor version component of the current release VersionPatch = 0 // Patch version component of the current release VersionMeta = "unstable" // Version metadata to append to the version string )