Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit d0913a02 authored by Stephen King's avatar Stephen King
Browse files

chore(ci): Bump Max Version Code for Beta/Release

parent a3cb672f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -274,10 +274,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")