Skip to content

Commit

Permalink
fix: update version and change log
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 committed Apr 1, 2024
1 parent b6b894e commit 4a70a7d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.10.20
This is the release for the First Sunset of BNB Beacon Chain Mainnet.

FEATURES
* [\#1016](https://github.com/bnb-chain/node/pull/1016) [BEP] feat: enable FirstSunset on mainnet

## v0.10.19
This is the bug-fix release for the sunset of BNB Beacon Chain.

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var (
Version string
)

const NodeVersion = "v0.10.19"
const NodeVersion = "v0.10.20"

func init() {
Version = fmt.Sprintf("BNB Beacon Chain Release: %s;", NodeVersion)
Expand Down

0 comments on commit 4a70a7d

Please sign in to comment.