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

Make sure Eris-DB version string for deployment script is on last line of version/version.go

parent c558d93b
No related branches found
No related tags found
No related merge requests found
......@@ -23,10 +23,6 @@ import (
"fmt"
)
// NOTE [ben]: deprecate public const version string
const VERSION = "0.12.0"
const TENDERMINT_VERSION = "0.6.0"
const (
// Client identifier to advertise over the network
erisClientIdentifier = "eris-db"
......@@ -120,3 +116,11 @@ func (version *VersionIdentifier) MatchesMinorVersion(
version.versionMajor == referenceMajor &&
version.versionMinor == referenceMinor
}
//------------------------------------------------------------------------------
// Version number for DOCKER/build.sh
// NOTE [ben]: deprecate public const version string
// IMPORTANT: Eris-DB version must be on the last line of this file for
// the deployment script DOCKER/build.sh to pick up the right label.
const VERSION = "0.12.0"
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