Skip to content

Commit cf3a1bd

Browse files
committed
chore: set OTA_VERSION to v7.79.00 for OTA hotfix (release/7.79.00)
1 parent c0ff402 commit cf3a1bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/constants/ota.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import otaConfig from '../../ota.config.js';
1010
* Reset when releasing a new native build as appropriate for that line.
1111
* Kept here (not only in ota.config.js) so changes there do not alter the Expo fingerprint and break CI.
1212
*/
13-
export const OTA_VERSION: string = 'vX.XX.X';
13+
export const OTA_VERSION: string = 'v7.79.00';
1414
export const RUNTIME_VERSION = otaConfig.RUNTIME_VERSION;
1515
export const PROJECT_ID = otaConfig.PROJECT_ID;
1616
export const UPDATE_URL = otaConfig.UPDATE_URL;

0 commit comments

Comments
 (0)