Skip to content

Commit 33e9e1d

Browse files
committed
Add upgrade handler for 1.1.0beta
1 parent 49a7cc1 commit 33e9e1d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/upgrades.go

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ var upgradesList = []string{
2929
"1.0.7beta-postfix",
3030
// 1.0.8beta
3131
"1.0.8beta",
32+
// 1.0.9beta
33+
"1.0.9beta",
34+
// 1.1.0beta
35+
"1.1.0beta",
3236
}
3337

3438
func (app App) RegisterUpgradeHandlers() {

0 commit comments

Comments
 (0)