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

bump version to 0.16.4

parent d1ced6ac
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 = 3
burrowMintVersionPatch = 4
)
// Define the compatible consensus engines this application manager
......
......@@ -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"
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