mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-02 10:02:14 +00:00
Merge pull request #270 from tendermint/xla/update-develop-v0120
Xla/update develop v0120
This commit is contained in:
commit
da4d1c2038
@ -1,5 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## 0.12.0
|
||||
|
||||
*2018-06-12*
|
||||
|
||||
BREAKING CHANGES:
|
||||
|
||||
- [abci-cli] Change rpc port from 46658 to 26658.
|
||||
- [examples] Change rpc port from 46658 to 26658.
|
||||
|
||||
## 0.11.0
|
||||
|
||||
*June 6, 2018*
|
||||
|
@ -3,7 +3,7 @@ package version
|
||||
// NOTE: we should probably be versioning the ABCI and the abci-cli separately
|
||||
|
||||
const Maj = "0"
|
||||
const Min = "11"
|
||||
const Min = "12"
|
||||
const Fix = "0"
|
||||
|
||||
const Version = "0.11.0"
|
||||
const Version = "0.12.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user