From 72138a0bd20a81a377f42bd38cd536d68fe730a1 Mon Sep 17 00:00:00 2001 From: AnilChinchawale Date: Tue, 30 Jul 2019 11:56:21 +0530 Subject: [PATCH] Version updated. --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index 5b74e2a1b2..2125f94074 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 = 0 // Minor version component of the current release - VersionPatch = 0 // Patch version component of the current release + VersionPatch = 1 // Patch version component of the current release VersionMeta = "stable" // Version metadata to append to the version string )