This repository has been archived by the owner on May 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 344
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: update patch version to v0.16.1 in VersionIdentifier
Target develop for v0.16.1
updating develop with intermediate fixes from release-0.16
circle: deploy version tagged image from develop
…eature-tendermint_0.8.0
Hacked away until buildable and runnable with Tendermint 0.8.0
Fix up consensus/tendermint config to match tendermint 0.8.0
…ured on tendermint 0.8
rpc/tendermint: fix TestBlockchainInfo
benjaminbollen
commented
Feb 24, 2017
version/version.go
Outdated
@@ -32,7 +32,7 @@ const ( | |||
// Minor version component of the current release | |||
erisVersionMinor = 16 | |||
// Patch version component of the current release | |||
erisVersionPatch = 0 | |||
erisVersionPatch = 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is still for 0.16.0
LGTM |
Merged
silasdavis
pushed a commit
to silasdavis/burrow
that referenced
this pull request
Mar 9, 2019
…dermint_0.8.0 Upgrade Tendermint to 0.8.0
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Mostly @silasdavis work, so Ill review and merge