File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ ## v1.0.7-hf.2
3+ BUGFIX
4+ * [ \# 194] ( https://github.com/binance-chain/bsc/pull/194 ) bump btcd to v0.20.1-beta
5+
26## v1.0.7-hf.1
37BUGFIX
48* [ \# 190] ( https://github.com/binance-chain/bsc/pull/190 ) fix disk increase dramaticly
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ const (
2424 VersionMajor = 1 // Major version component of the current release
2525 VersionMinor = 0 // Minor version component of the current release
2626 VersionPatch = 7 // Patch version component of the current release
27- VersionMeta = "hf.1 " // Version metadata to append to the version string
27+ VersionMeta = "hf.2 " // Version metadata to append to the version string
2828)
2929
3030// Version holds the textual version string.
You can’t perform that action at this time.
0 commit comments