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

config, manager: update version erismint to 0.16.0

parent 78b35a14
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ func GetConfigurationFileBytes(chainId, moniker, seeds string, chainImageName st
erisdbChain := &ConfigChainGeneral{
AssertChainId: chainId,
ErisdbMajorVersion: uint8(0),
ErisdbMinorVersion: uint8(12),
ErisdbMinorVersion: uint8(16),
GenesisRelativePath: "genesis.json",
}
chainConsensusModule := &ConfigChainModule{
......@@ -104,7 +104,7 @@ func GetConfigurationFileBytes(chainId, moniker, seeds string, chainImageName st
chainApplicationManagerModule := &ConfigChainModule{
Name: "erismint",
MajorVersion: uint8(0),
MinorVersion: uint8(12),
MinorVersion: uint8(16),
ModuleRelativeRoot: "erismint",
}
tendermintModule := &ConfigTendermint{
......
......@@ -300,7 +300,7 @@ const sectionErisMint = `
################################################################################
##
## Eris-Mint
## version 0.12.0
## version 0.16.0
##
## The original Ethereum virtual machine with IAVL merkle trees
## and tendermint/go-wire encoding
......
......@@ -28,7 +28,7 @@ const (
// Major version component of the current release
erisMintVersionMajor = 0
// Minor version component of the current release
erisMintVersionMinor = 12
erisMintVersionMinor = 16
// Patch version component of the current release
erisMintVersionPatch = 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