From 9f10e177cf20de714585c60d868213a954eeed57 Mon Sep 17 00:00:00 2001 From: Silas Davis <silas@erisindustries.com> Date: Thu, 20 Apr 2017 13:39:43 +0100 Subject: [PATCH] Version bump to 0.16.3 --- manager/burrow-mint/version.go | 2 +- rpc/tendermint/test/config.go | 1 - version/version.go | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/manager/burrow-mint/version.go b/manager/burrow-mint/version.go index 335187f1..cc3d32ff 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 = 2 + burrowMintVersionPatch = 3 ) // Define the compatible consensus engines this application manager diff --git a/rpc/tendermint/test/config.go b/rpc/tendermint/test/config.go index 70c45995..de892e5d 100644 --- a/rpc/tendermint/test/config.go +++ b/rpc/tendermint/test/config.go @@ -218,7 +218,6 @@ private_validator_file = "priv_validator.json" ################################################################################ ## ## burrow-mint -## version 0.16.2 ## ## The original Ethereum virtual machine with IAVL merkle trees ## and tendermint/go-wire encoding diff --git a/version/version.go b/version/version.go index dc0a2389..2e3952f4 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 = 2 + versionPatch = 3 ) 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.2" +const VERSION = "0.16.3" -- GitLab