Skip to content

Commit

Permalink
2.0.44beta upgrade handler (sei-protocol#686)
Browse files Browse the repository at this point in the history
Co-authored-by: Cyson <[email protected]>
  • Loading branch information
LCyson and Cyson authored Apr 3, 2023
1 parent 13174b4 commit 2bdb439
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
# Changelog


## 2.0.43beta
## 2.0.44beta

sei-chain:
* [#658] (https://github.com/sei-protocol/sei-chain/pull/658) Revert EventAttribute fields to byte array
Expand Down
1 change: 1 addition & 0 deletions app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ var upgradesList = []string{
"2.0.41beta",
"2.0.42beta",
"2.0.43beta",
"2.0.44beta",
}

func (app App) RegisterUpgradeHandlers() {
Expand Down

0 comments on commit 2bdb439

Please sign in to comment.