Skip to content

Commit

Permalink
Merge pull request #818 from binance-chain/hotsync_hotfix
Browse files Browse the repository at this point in the history
update node version
  • Loading branch information
rickyyangz authored Jan 11, 2021
2 parents f0d297b + 29d0d3c commit 8975227
Showing 1 changed file with 1 addition and 1 deletion.
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 = "v0.8.0-hf.1"
const NodeVersion = "v0.8.0-hf.2"

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

0 comments on commit 8975227

Please sign in to comment.