From 56074d215aab7d7c19e34a59bdbf29d5de73b765 Mon Sep 17 00:00:00 2001 From: Julian Yap Date: Wed, 22 May 2019 00:51:06 -0700 Subject: [PATCH] Version 2.3.0 --- params/version.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/params/version.go b/params/version.go index 9b67feb4bdc9..24505a671322 100644 --- a/params/version.go +++ b/params/version.go @@ -21,10 +21,10 @@ import ( ) const ( - VersionMajor = 2 // Major version component of the current release - 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 + VersionMajor = 2 // Major version component of the current release + VersionMinor = 3 // Minor version component of the current release + VersionPatch = 0 // Patch version component of the current release + VersionMeta = "fleek" // Version metadata to append to the version string ) // Version holds the textual version string.