diff --git a/app/upgrades.go b/app/upgrades.go index a5c1dc5c8d..e57e081f62 100644 --- a/app/upgrades.go +++ b/app/upgrades.go @@ -96,6 +96,7 @@ var upgradesList = []string{ "v5.2.0", "v5.2.1", "v5.2.2", + "v5.3.0", } // if there is an override list, use that instead, for integration tests