From 60b6985c2d8b25b167baa0ef32024f1d734acea3 Mon Sep 17 00:00:00 2001 From: Julian Yap Date: Sat, 28 Jan 2017 19:56:46 -1000 Subject: [PATCH] Stable 1.5.8 --- VERSION | 2 +- params/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index e788005c03ce..1cc9c180e266 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.7.1 +1.5.8 diff --git a/params/version.go b/params/version.go index dfda2b98c468..cc95f5de3092 100644 --- a/params/version.go +++ b/params/version.go @@ -21,7 +21,7 @@ import "fmt" const ( VersionMajor = 1 // Major version component of the current release VersionMinor = 5 // Minor version component of the current release - VersionPatch = 7.1 // Patch version component of the current release + VersionPatch = 8 // Patch version component of the current release VersionMeta = "stable" // Version metadata to append to the version string )