We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c558b56 commit a32898bCopy full SHA for a32898b
CHANGELOG.md
@@ -29,7 +29,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
29
# Changelog
30
31
32
-## 2.0.43beta
+## 2.0.44beta
33
34
sei-chain:
35
* [#658] (https://github.com/sei-protocol/sei-chain/pull/658) Revert EventAttribute fields to byte array
app/upgrades.go
@@ -59,6 +59,7 @@ var upgradesList = []string{
59
"2.0.41beta",
60
"2.0.42beta",
61
"2.0.43beta",
62
+ "2.0.44beta",
63
}
64
65
func (app App) RegisterUpgradeHandlers() {
0 commit comments