From c74807ee8fe1558887271809549607f5541e34b1 Mon Sep 17 00:00:00 2001 From: Nguyen Sy Thanh Son Date: Thu, 11 Jul 2019 15:39:50 +0700 Subject: [PATCH] Release v1.5.0-alpha --- params/version.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/params/version.go b/params/version.go index 18bae6a2c3d5..f100d20c8e8b 100644 --- a/params/version.go +++ b/params/version.go @@ -22,9 +22,9 @@ import ( const ( VersionMajor = 1 // Major version component of the current release - VersionMinor = 4 // Minor version component of the current release - VersionPatch = 1 // Patch version component of the current release - VersionMeta = "stable" // Version metadata to append to the version string + VersionMinor = 5 // Minor version component of the current release + VersionPatch = 0 // Patch version component of the current release + VersionMeta = "alpha" // Version metadata to append to the version string ) // Version holds the textual version string.