From ad5f07f0778c4fa586865c5fa5810e34a6670f88 Mon Sep 17 00:00:00 2001 From: FreddleSpl0it Date: Mon, 24 Mar 2025 11:47:27 +0100 Subject: [PATCH] update.sh: add 2025-03 as major version --- update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update.sh b/update.sh index b99dffe71..681a825d0 100755 --- a/update.sh +++ b/update.sh @@ -722,6 +722,7 @@ detect_major_update() { # Add major versions here MAJOR_VERSIONS=( "2025-02" + "2025-03" ) current_version=""