From b94c49b628b7445bbc7026902cf9e8b63a5e733f Mon Sep 17 00:00:00 2001 From: Tuna Date: Tue, 25 Dec 2018 22:40:04 +0700 Subject: [PATCH] bump up v1.1.3 --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index f50d8c12f4..905daa6466 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 = 1 // Minor version component of the current release - VersionPatch = 2 // Patch version component of the current release + VersionPatch = 3 // Patch version component of the current release VersionMeta = "stable" // Version metadata to append to the version string )