From e20d9797fff6af3d655bd648f53c2c2bd7a74959 Mon Sep 17 00:00:00 2001 From: Tuna Date: Wed, 26 Sep 2018 16:31:07 +0700 Subject: [PATCH] bump up v0.2.1 - sorry Etienne I will make a PR next time --- params/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/params/version.go b/params/version.go index 63c56a0601..7c0e751a9a 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 = 0 // Patch version component of the current release + VersionPatch = 1 // Patch version component of the current release VersionMeta = "alpha" // Version metadata to append to the version string )