Skip to content

Commit 6bad612

Browse files
committed
Add upgrade handler for v5.6.2
1 parent 9dd002e commit 6bad612

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
@@ -103,6 +103,7 @@ var upgradesList = []string{
103103
"v5.5.2",
104104
"v5.5.5",
105105
"v5.6.0",
106+
"v5.6.2",
106107
}
107108

108109
// if there is an override list, use that instead, for integration tests

0 commit comments

Comments
 (0)