From da34923c5a5bf7bf8b836692d65bb356e40662de Mon Sep 17 00:00:00 2001 From: Luke Williams Date: Sat, 30 Nov 2019 22:08:43 +0100 Subject: [PATCH] params: bump version --- params/version.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/params/version.go b/params/version.go index 24505a6713..477c49cd42 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 = "fleek" // Version metadata to append to the version string + VersionMajor = 3 // Major version component of the current release + VersionMinor = 0 // Minor version component of the current release + VersionPatch = 0 // Patch version component of the current release + VersionMeta = "testing" // Version metadata to append to the version string ) // Version holds the textual version string.