Skip to content

Commit e3c241a

Browse files
authored
Merge pull request #196 from binance-chain/release_v1.0.7-hf.2
[R4R]prepare release v1.0.7-hf.2
2 parents 5cbe77f + ce7fc00 commit e3c241a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
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
37
BUGFIX
48
* [\#190](https://github.com/binance-chain/bsc/pull/190) fix disk increase dramaticly

params/version.go

+1-1
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)