diff --git a/update.sh b/update.sh index 94ffaf698..9cfb02fd1 100755 --- a/update.sh +++ b/update.sh @@ -715,6 +715,7 @@ detect_major_update() { # Array with major versions # Add major versions here MAJOR_VERSIONS=( + "2025-02" ) current_version=$(git describe --tags $(git rev-list --tags --max-count=1))