Skip to content

Commit

Permalink
Merge pull request #567 from binance-chain/release/v0.5.8
Browse files Browse the repository at this point in the history
Release/v0.5.8
  • Loading branch information
rickyyangz authored Apr 16, 2019
2 parents 443be10 + b2a04e0 commit 91044e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
[[constraint]]
name = "github.com/cosmos/cosmos-sdk"
source = "github.com/binance-chain/bnc-cosmos-sdk"
version = "=v0.25.0-binance.16"
version = "=v0.25.0-binance.17"

[[constraint]]
name = "github.com/btcsuite/btcd"
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var (
Version string
)

const NodeVersion = "0.5.7"
const NodeVersion = "0.5.8"

func init() {
Version = fmt.Sprintf("Binance Chain Release: %s;", NodeVersion)
Expand Down

0 comments on commit 91044e2

Please sign in to comment.