Skip to content

Commit 5b2a5c9

Browse files
committed
update to tm v0.19.6
1 parent 187be1a commit 5b2a5c9

File tree

4 files changed

+20
-14
lines changed

4 files changed

+20
-14
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.17.3
4+
5+
*May 29, 2018*
6+
7+
Update to Tendermint v0.19.6 (fix fast-sync halt)
8+
39
## 0.17.2
410

511
*May 20, 2018*

Gopkg.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@
6666

6767
[[constraint]]
6868
name = "github.com/tendermint/go-amino"
69-
version = "~0.9.9"
69+
version = "=0.9.9"
7070

7171
[[constraint]]
7272
name = "github.com/tendermint/iavl"
7373
version = "~0.7.0"
7474

7575
[[constraint]]
7676
name = "github.com/tendermint/tendermint"
77-
version = "0.19.5-rc1"
77+
version = "0.19.6-rc2"
7878

7979
[[override]]
8080
name = "github.com/tendermint/tmlibs"

version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ package version
77

88
const Maj = "0"
99
const Min = "17"
10-
const Fix = "2"
10+
const Fix = "3"
1111

12-
const Version = "0.17.2"
12+
const Version = "0.17.3"
1313

1414
// GitCommit set by build flags
1515
var GitCommit = ""

0 commit comments

Comments
 (0)