Skip to content

Commit 057221a

Browse files
authored
Upgrade handler for 2.0.32beta (#594)
1 parent 1e8a075 commit 057221a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/upgrades.go

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ var upgradesList = []string{
5050
// 1.2.2beta-postfix
5151
"1.2.2beta-postfix",
5252
"2.0.29beta",
53+
"2.0.32beta",
5354
}
5455

5556
func (app App) RegisterUpgradeHandlers() {

0 commit comments

Comments
 (0)