Browse Source

version

pull/1779/head
Ethan Buchman 6 years ago
parent
commit
1d86270e20
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      CHANGELOG.md
  2. +1
    -1
      version/version.go

+ 1
- 1
CHANGELOG.md 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


+ 1
- 1
version/version.go 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


Loading…
Cancel
Save