Skip to content

Commit fa3a874

Browse files
committed
Add missing upgrade handlers
1 parent 7b675ba commit fa3a874

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
@@ -13,6 +13,10 @@ import (
1313
// for both the current (n) and the previous (n-1) upgrade name. There is a bug
1414
// in a missing value in a log statement for which the fix is not released
1515
var upgradesList = []string{
16+
// 1.0.3beta
17+
"1.0.3beta",
18+
// 1.0.4beta
19+
"1.0.4beta",
1620
// 1.0.5beta
1721
"1.0.5beta upgrade",
1822
// 1.0.6beta

0 commit comments

Comments
 (0)