Skip to content
This repository was archived by the owner on May 13, 2022. It is now read-only.

Commit 11b9a3e

Browse files
author
Casey Kuhlman
authored
Merge pull request #330 from benjaminbollen/minor_hotfixes
release: correct version tag and remove lingering config file
2 parents f9c5c01 + 7557bb0 commit 11b9a3e

File tree

3 files changed

+2
-243
lines changed

3 files changed

+2
-243
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Once the server has started, it will begin syncing up with the network. At that
4242

4343
## Configuration
4444

45-
See commented template config at [server_config.toml](server_config.toml). This will be written as part of the `eris chains make` [process](https://monax.io/docs/documentation/cli/latest/eris_chains_make/) and can be edited prior to the `eris chains start` [process](https://monax.io/docs/documentation/cli/latest/eris_chains_start/).
45+
A commented template config will be written as part of the `eris chains make` [process](https://monax.io/docs/documentation/cli/latest/eris_chains_make/) and can be edited prior to the `eris chains start` [process](https://monax.io/docs/documentation/cli/latest/eris_chains_start/).
4646

4747
## Contribute
4848

server_config.toml

-241
This file was deleted.

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ func (version *VersionIdentifier) MatchesMinorVersion(
129129

130130
// IMPORTANT: Eris-DB version must be on the last line of this file for
131131
// the deployment script tests/build_tool.sh to pick up the right label.
132-
const VERSION = "0.12.0-RC3"
132+
const VERSION = "0.12.0-rc3"

0 commit comments

Comments
 (0)