This commit is contained in:
Ethan Buchman 2018-06-20 00:09:55 -07:00
parent 43745c83db
commit 1d86270e20
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ BUG FIXES
- [consensus] Fix #1754 where we don't make blocks when `create_empty_blocks=false`
- [mempool] Fix #1761 where we don't process txs if `cache_size=0`
- [rpc] fix memory leak in Websocket (when using `/subscribe` method)
- [rpc] Fix memory leak in Websocket (when using `/subscribe` method)
## 0.20.0

View File

@ -10,7 +10,7 @@ const (
var (
// Version is the current version of Tendermint
// Must be a string because scripts like dist.sh read this file.
Version = "0.21.0-dev"
Version = "0.21.0"
// GitCommit is the current HEAD set using ldflags.
GitCommit string