Skip to content

Commit d6fff04

Browse files
uplift(beta): Bump Max Version Code for Beta/Release
1 parent 0d611ed commit d6fff04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/shippable_builds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,10 +285,10 @@ jobs:
285285
NEW_VERSION_CODE=$(($OLD_VERSION_CODE + 1))
286286
if [[ "$APP_NAME" = "thunderbird" ]]; then
287287
# Estimated max version code to get through 2025 is "30"
288-
MAX_VERSION_CODE="30"
288+
MAX_VERSION_CODE="52"
289289
else
290290
# Estimated max version code to get through 2025 is "39037"
291-
MAX_VERSION_CODE="39037"
291+
MAX_VERSION_CODE="39059"
292292
fi
293293
elif [[ "$RELEASE_TYPE" = "daily" ]]; then
294294
NEW_VERSION_CODE=$(date_version_code "$RELEASE_DATE")

0 commit comments

Comments
 (0)