mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-06 13:26:23 +00:00
Merge branch 'master' into develop
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 0.19.3 (TBD)
|
## 0.19.3 (May 14th, 2018)
|
||||||
|
|
||||||
FEATURES
|
FEATURES
|
||||||
|
|
||||||
@@ -14,6 +14,7 @@ IMPROVEMENTS
|
|||||||
BUG FIXES
|
BUG FIXES
|
||||||
|
|
||||||
- [cmd] Set GenesisTime during `tendermint init`
|
- [cmd] Set GenesisTime during `tendermint init`
|
||||||
|
- [consensus] fix ValidBlock rules
|
||||||
|
|
||||||
## 0.19.2 (April 30th, 2018)
|
## 0.19.2 (April 30th, 2018)
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ const (
|
|||||||
var (
|
var (
|
||||||
// Version is the current version of Tendermint
|
// Version is the current version of Tendermint
|
||||||
// Must be a string because scripts like dist.sh read this file.
|
// Must be a string because scripts like dist.sh read this file.
|
||||||
Version = "0.19.3-dev"
|
Version = "0.19.3"
|
||||||
|
|
||||||
// GitCommit is the current HEAD set using ldflags.
|
// GitCommit is the current HEAD set using ldflags.
|
||||||
GitCommit string
|
GitCommit string
|
||||||
|
|||||||
Reference in New Issue
Block a user