From 6d7b0b3949bfcf06374bf1b3fa5931a63f741524 Mon Sep 17 00:00:00 2001 From: AnilChinchawale Date: Sat, 16 Mar 2019 16:02:56 +0530 Subject: [PATCH] Version pump to v0.3.0 --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index 4b65bdbfff..32817dbfb6 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 = 2 // Minor version component of the current release + VersionMinor = 3 // 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 )