Skip to content
Snippets Groups Projects
Unverified Commit 0d681f7e authored by Benjamin Bollen's avatar Benjamin Bollen
Browse files

Revert "Merge pull request #551 from silasdavis/version"

This reverts commit 1ac25984, reversing
changes made to 40d6b9fd.
parent 1ac25984
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 = 2
erisMintVersionPatch = 1
)
// 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 = 2
erisVersionPatch = 1
)
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.2"
const VERSION = "0.16.1"
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