We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5cbe77f + ce7fc00 commit e3c241aCopy full SHA for e3c241a
CHANGELOG.md
@@ -1,4 +1,8 @@
1
# 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
+
6
## v1.0.7-hf.1
7
BUGFIX
8
* [\#190](https://github.com/binance-chain/bsc/pull/190) fix disk increase dramaticly
params/version.go
@@ -24,7 +24,7 @@ const (
24
VersionMajor = 1 // Major version component of the current release
25
VersionMinor = 0 // Minor version component of the current release
26
VersionPatch = 7 // Patch version component of the current release
27
- VersionMeta = "hf.1" // Version metadata to append to the version string
+ VersionMeta = "hf.2" // Version metadata to append to the version string
28
)
29
30
// Version holds the textual version string.
0 commit comments