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

version: update patch version to v0.16.1 in VersionIdentifier

parent 8efa8a67
No related branches found
No related tags found
No related merge requests found
......@@ -16,22 +16,22 @@
package config
const headerCopyright = `# Copyright 2015, 2016 Eris Industries (UK) Ltd.
# This file is part of Eris-RT
# Eris-RT is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Eris-RT is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Eris-RT. If not, see <http://www.gnu.org/licenses/>.
# This is a TOML configuration for Eris-DB chains generated by Eris-CM
const headerCopyright = `# Copyright 2015-2017 Monax Industries Limited.
# This file is part of the Monax platform (Monax)
# Monax is free software: you can use, redistribute it and/or modify
# it only under the terms of the GNU General Public License, version
# 3, as published by the Free Software Foundation.
# Monax is distributed WITHOUT ANY WARRANTY pursuant to
# the terms of the Gnu General Public Licence, version 3, including
# (but not limited to) Clause 15 thereof. See the text of the
# GNU General Public License, version 3 for full terms.
# You should have received a copy of the GNU General Public License,
# version 3, with Monax. If not, see <http://www.gnu.org/licenses/>.
# This is a TOML configuration for Eris-DB chains generated by Eris.
`
......@@ -205,7 +205,7 @@ const sectionTendermint = `
################################################################################
##
## Tendermint
## version 0.6.0
## version 0.6
##
## in-process execution of Tendermint consensus engine
##
......@@ -300,7 +300,7 @@ const sectionErisMint = `
################################################################################
##
## Eris-Mint
## version 0.16.0
## version 0.16
##
## The original Ethereum virtual machine with IAVL merkle trees
## and tendermint/go-wire encoding
......
......@@ -34,7 +34,7 @@ const (
// Minor version component of the current release
erisVersionMinor = 16
// Patch version component of the current release
erisVersionPatch = 0
erisVersionPatch = 1
)
var erisVersion *VersionIdentifier
......
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