Skip to content

Commit a5a78eb

Browse files
authored
Merge pull request #1057 from cosmos/release/v0.17.3
update to tm v0.19.6
2 parents 187be1a + 5b2a5c9 commit a5a78eb

File tree

4 files changed

+20
-14
lines changed

4 files changed

+20
-14
lines changed

CHANGELOG.md

+6
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

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

+2-2
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

+2-2
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)