Skip to content

Commit

Permalink
prepare release 1.1.1-beta (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
unclezoro authored Jul 29, 2021
1 parent 7e8d9fb commit 69ce7f1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog
## v1.1.1-beta
*[\#333](https://github.com/binance-chain/bsc/pull/333) improve block fetcher efficiency
*[\#326](https://github.com/binance-chain/bsc/pull/326) eth/tracers: improve tracing performance
*[\#257](https://github.com/binance-chain/bsc/pull/257) performance improvement in many aspects


## v1.1.0
*[\#282](https://github.com/binance-chain/bsc/pull/282) update discord link
Expand Down
8 changes: 4 additions & 4 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ import (
)

const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 1 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionMeta = "" // Version metadata to append to the version string
VersionMajor = 1 // Major version component of the current release
VersionMinor = 1 // Minor version component of the current release
VersionPatch = 1 // Patch version component of the current release
VersionMeta = "beta" // Version metadata to append to the version string
)

// Version holds the textual version string.
Expand Down

0 comments on commit 69ce7f1

Please sign in to comment.