diff --git a/app/constants/ota.ts b/app/constants/ota.ts index 0e7a83d4f989..dc51eed00f2b 100644 --- a/app/constants/ota.ts +++ b/app/constants/ota.ts @@ -10,7 +10,7 @@ import otaConfig from '../../ota.config.js'; * Reset when releasing a new native build as appropriate for that line. * Kept here (not only in ota.config.js) so changes there do not alter the Expo fingerprint and break CI. */ -export const OTA_VERSION: string = 'vX.XX.X'; +export const OTA_VERSION: string = 'v7.74.2'; export const RUNTIME_VERSION = otaConfig.RUNTIME_VERSION; export const PROJECT_ID = otaConfig.PROJECT_ID; export const UPDATE_URL = otaConfig.UPDATE_URL;