Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request #589 from silasdavis/version-bump
Browse files Browse the repository at this point in the history
[master] bump version to 0.16.4
  • Loading branch information
Casey Kuhlman authored Apr 25, 2017
2 parents d1ced6a + 9b6f5d8 commit 61a1bb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manager/burrow-mint/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 comments on commit 61a1bb2

Please sign in to comment.