add 2025-02 to major versions

This commit is contained in:
FreddleSpl0it 2025-02-27 08:14:34 +01:00
parent 787fa49d0c
commit 3d9cc2f6dd
No known key found for this signature in database
GPG key ID: 00E14E7634F4BEC5

View file

@ -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))