Skip to content
Snippets Groups Projects
Commit 61a1bb27 authored by Casey Kuhlman's avatar Casey Kuhlman Committed by GitHub
Browse files

Merge pull request #589 from silasdavis/version-bump

[master] bump version to 0.16.4
parents d1ced6ac 9b6f5d8d
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