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

Unverified Commit 31d45050 authored by Stephen King's avatar Stephen King Committed by GitHub
Browse files

Merge pull request #9955 from stephenking314/uplift/beta/chore-bump-max-version-code

uplift(beta): Bump Max Version Code for Beta/Release
parents 0d611ed4 d6fff04d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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")