From 77a88447a089569bbf906b0e87a0855c6f66b14f Mon Sep 17 00:00:00 2001 From: AnilChinchawale Date: Thu, 24 May 2018 12:17:42 +0530 Subject: [PATCH] updated VERSION.GO> --- params/version.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/params/version.go b/params/version.go index 181f84631e..97012de143 100644 --- a/params/version.go +++ b/params/version.go @@ -21,9 +21,9 @@ import ( ) const ( - VersionMajor = 1 // Major version component of the current release - VersionMinor = 8 // Minor version component of the current release - VersionPatch = 4 // Patch version component of the current release + VersionMajor = 0 // Major version component of the current release + VersionMinor = 0 // Minor version component of the current release + VersionPatch = 1 // Patch version component of the current release VersionMeta = "unstable" // Version metadata to append to the version string )