From 9b6f5d8d1219cea5d483f9a432c936218675f06a Mon Sep 17 00:00:00 2001 From: Silas Davis <silas@erisindustries.com> Date: Tue, 25 Apr 2017 17:35:39 +0100 Subject: [PATCH] bump version to 0.16.4 --- manager/burrow-mint/version.go | 2 +- version/version.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manager/burrow-mint/version.go b/manager/burrow-mint/version.go index cc3d32ff..13a30f57 100644 --- a/manager/burrow-mint/version.go +++ b/manager/burrow-mint/version.go @@ -28,7 +28,7 @@ const ( // Minor version component of the current release burrowMintVersionMinor = 16 // Patch version component of the current release - burrowMintVersionPatch = 3 + burrowMintVersionPatch = 4 ) // Define the compatible consensus engines this application manager diff --git a/version/version.go b/version/version.go index 2e3952f4..59e9eaa2 100644 --- a/version/version.go +++ b/version/version.go @@ -32,7 +32,7 @@ const ( // Minor version component of the current release versionMinor = 16 // Patch version component of the current release - versionPatch = 3 + versionPatch = 4 ) var version *VersionIdentifier @@ -126,4 +126,4 @@ func (version *VersionIdentifier) MatchesMinorVersion( // IMPORTANT: burrow version must be on the last line of this file for // the deployment script tests/build_tool.sh to pick up the right label. -const VERSION = "0.16.3" +const VERSION = "0.16.4" -- GitLab