File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ ## v1.1.1-beta
3+ * [ \# 333] ( https://github.com/binance-chain/bsc/pull/333 ) improve block fetcher efficiency
4+ * [ \# 326] ( https://github.com/binance-chain/bsc/pull/326 ) eth/tracers: improve tracing performance
5+ * [ \# 257] ( https://github.com/binance-chain/bsc/pull/257 ) performance improvement in many aspects
6+
27
38## v1.1.0
49* [ \# 282] ( https://github.com/binance-chain/bsc/pull/282 ) update discord link
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ import (
2121)
2222
2323const (
24- VersionMajor = 1 // Major version component of the current release
25- VersionMinor = 1 // Minor version component of the current release
26- VersionPatch = 0 // Patch version component of the current release
27- VersionMeta = "" // Version metadata to append to the version string
24+ VersionMajor = 1 // Major version component of the current release
25+ VersionMinor = 1 // Minor version component of the current release
26+ VersionPatch = 1 // Patch version component of the current release
27+ VersionMeta = "beta " // 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