From d6fff04d2b6f97acbf4fbec24bc4a188e8e2c437 Mon Sep 17 00:00:00 2001 From: Stephen King Date: Mon, 13 Oct 2025 17:15:10 -0700 Subject: [PATCH] uplift(beta): Bump Max Version Code for Beta/Release --- .github/workflows/shippable_builds.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/shippable_builds.yml b/.github/workflows/shippable_builds.yml index 3c638baaef1..31d4f9d7cb0 100644 --- a/.github/workflows/shippable_builds.yml +++ b/.github/workflows/shippable_builds.yml @@ -285,10 +285,10 @@ jobs: NEW_VERSION_CODE=$(($OLD_VERSION_CODE + 1)) if [[ "$APP_NAME" = "thunderbird" ]]; then # Estimated max version code to get through 2025 is "30" - MAX_VERSION_CODE="30" + MAX_VERSION_CODE="52" else # Estimated max version code to get through 2025 is "39037" - MAX_VERSION_CODE="39037" + MAX_VERSION_CODE="39059" fi elif [[ "$RELEASE_TYPE" = "daily" ]]; then NEW_VERSION_CODE=$(date_version_code "$RELEASE_DATE")