Skip to content

Commit

Permalink
Merge pull request #933 from bnb-chain/develop
Browse files Browse the repository at this point in the history
release: draft the release v0.10.9
  • Loading branch information
unclezoro authored Mar 23, 2023
2 parents dd45118 + 36a5e19 commit c39a325
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## v0.10.9

BUG FIX
* [\#914](https://github.com/bnb-chain/node/pull/930) [deps] deps: bump cosmos-sdk to v0.26.1
* [\#930](https://github.com/bnb-chain/node/pull/930) [deps] deps: bump cosmos-sdk to v0.26.1

## v0.10.8
FEATURES
Expand Down
4 changes: 2 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//nolint
// nolint
package version

import "fmt"
Expand All @@ -12,7 +12,7 @@ var (
Version string
)

const NodeVersion = "v0.10.8"
const NodeVersion = "v0.10.9"

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

0 comments on commit c39a325

Please sign in to comment.