From dad1d0d0b8c8e2461d34e9efb6851ca0d0588058 Mon Sep 17 00:00:00 2001 From: Tuna Date: Thu, 27 Sep 2018 14:43:23 +0700 Subject: [PATCH] bump up v0.2.2 --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index 7c0e751a9a..88102464fc 100644 --- a/params/version.go +++ b/params/version.go @@ -23,7 +23,7 @@ import ( const ( VersionMajor = 0 // Major version component of the current release VersionMinor = 2 // Minor version component of the current release - VersionPatch = 1 // Patch version component of the current release + VersionPatch = 2 // Patch version component of the current release VersionMeta = "alpha" // Version metadata to append to the version string )