Skip to content

Commit a32898b

Browse files
Xingchen LiaoCyson
authored and
Cyson
committed
2.0.44beta upgrade handler (#686)
Co-authored-by: Cyson <[email protected]>
1 parent c558b56 commit a32898b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
2929
# Changelog
3030

3131

32-
## 2.0.43beta
32+
## 2.0.44beta
3333

3434
sei-chain:
3535
* [#658] (https://github.com/sei-protocol/sei-chain/pull/658) Revert EventAttribute fields to byte array

app/upgrades.go

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ var upgradesList = []string{
5959
"2.0.41beta",
6060
"2.0.42beta",
6161
"2.0.43beta",
62+
"2.0.44beta",
6263
}
6364

6465
func (app App) RegisterUpgradeHandlers() {

0 commit comments

Comments
 (0)