From 7e7a9ce6eb069da0f1b31d9f8d23eadf80c30916 Mon Sep 17 00:00:00 2001 From: Uday Patil Date: Tue, 6 Aug 2024 15:56:18 -0500 Subject: [PATCH] v5.7.5 release --- app/upgrades.go | 1 + 1 file changed, 1 insertion(+) diff --git a/app/upgrades.go b/app/upgrades.go index cc764e717..14233f12f 100644 --- a/app/upgrades.go +++ b/app/upgrades.go @@ -108,6 +108,7 @@ var upgradesList = []string{ "v5.7.1", "v5.7.2", "v5.7.4", + "v5.7.5", } // if there is an override list, use that instead, for integration tests