Skip to content

Commit fbaa070

Browse files
committed
chore: set OTA_VERSION to v7.78.21 for OTA hotfix (release/7.78.21)
1 parent cb1e882 commit fbaa070

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.78.21';
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)