From 05c4598dc682191eebd347d9aafd1bbf889ebf3e Mon Sep 17 00:00:00 2001 From: Tuna Date: Mon, 19 Nov 2018 10:58:11 +0700 Subject: [PATCH] bump up beta 0.3.0 --- params/version.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/params/version.go b/params/version.go index 88102464fc..e02ea62337 100644 --- a/params/version.go +++ b/params/version.go @@ -22,9 +22,9 @@ import ( const ( VersionMajor = 0 // Major version component of the current release - VersionMinor = 2 // Minor 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 + VersionMinor = 3 // Minor version component of the current release + VersionPatch = 0 // Patch version component of the current release + VersionMeta = "beta" // Version metadata to append to the version string ) // Version holds the textual version string.