Skip to content
This repository was archived by the owner on Jul 15, 2018. It is now read-only.

Commit 78a8905

Browse files
committed
update deps and version bump
1 parent c62aed9 commit 78a8905

File tree

4 files changed

+16
-10
lines changed

4 files changed

+16
-10
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.10.3 (April 9, 2018)
4+
5+
IMPROVEMENTS:
6+
7+
- Update tmlibs dep
8+
39
## 0.10.2 (March 23, 2018)
410

511
Hot fix to remove `omitempty` from `fee` and to actually run `make

Gopkg.lock

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

Gopkg.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
[[constraint]]
4747
name = "github.com/tendermint/tmlibs"
48-
version = "0.8.0-dev"
48+
version = "0.8.1"
4949

5050
[[constraint]]
5151
name = "google.golang.org/grpc"

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ const Maj = "0"
66
const Min = "10"
77
const Fix = "3"
88

9-
const Version = "0.10.3-dev"
9+
const Version = "0.10.3"

0 commit comments

Comments
 (0)