Skip to content
Snippets Groups Projects
Unverified Commit 9f10e177 authored by Silas Davis's avatar Silas Davis
Browse files

Version bump to 0.16.3

parent 953cfbfe
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment