Browse Source

changelog and version

pull/1570/head v0.19.3-rc0
Ethan Buchman 6 years ago
parent
commit
03f6a29a64
2 changed files with 3 additions and 2 deletions
  1. +2
    -1
      CHANGELOG.md
  2. +1
    -1
      version/version.go

+ 2
- 1
CHANGELOG.md View File

@ -1,6 +1,6 @@
# Changelog
## 0.19.3 (TBD)
## 0.19.3 (May 14th, 2018)
FEATURES
@ -14,6 +14,7 @@ IMPROVEMENTS
BUG FIXES
- [cmd] Set GenesisTime during `tendermint init`
- [consensus] fix ValidBlock rules
## 0.19.2 (April 30th, 2018)


+ 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.19.3-dev"
Version = "0.19.3"
// GitCommit is the current HEAD set using ldflags.
GitCommit string


Loading…
Cancel
Save