From 1d86270e2035284c35db02a75ba1e718b0a0ea39 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Wed, 20 Jun 2018 00:09:55 -0700 Subject: [PATCH] version --- CHANGELOG.md | 2 +- version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71891e99b..bf76122b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/version/version.go b/version/version.go index e63456064..df553115a 100644 --- a/version/version.go +++ b/version/version.go @@ -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