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

Version bump to 0.16.2

parent 97eb8612
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
erisMintVersionMinor = 16
// Patch version component of the current release
erisMintVersionPatch = 1
erisMintVersionPatch = 2
)
// Define the compatible consensus engines this application manager
......
......@@ -32,7 +32,7 @@ const (
// Minor version component of the current release
erisVersionMinor = 16
// Patch version component of the current release
erisVersionPatch = 1
erisVersionPatch = 2
)
var erisVersion *VersionIdentifier
......@@ -127,4 +127,4 @@ func (version *VersionIdentifier) MatchesMinorVersion(
// IMPORTANT: Eris-DB 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.1"
const VERSION = "0.16.2"
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