Skip to content

Commit 4419e67

Browse files
committed
chore: set OTA_VERSION to v7.76.1 for OTA hotfix (release/7.76.1-ota)
1 parent a9b5205 commit 4419e67

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
@@ -12,7 +12,7 @@ import otaConfig from '../../ota.config.js';
1212
* Reset when releasing a new native build as appropriate for that line.
1313
* Kept here (not only in ota.config.js) so changes there do not alter the Expo fingerprint and break CI.
1414
*/
15-
export const OTA_VERSION: string = 'vX.XX.X';
15+
export const OTA_VERSION: string = 'v7.76.1';
1616
export const RUNTIME_VERSION = otaConfig.RUNTIME_VERSION;
1717
export const PROJECT_ID = otaConfig.PROJECT_ID;
1818
export const UPDATE_URL = otaConfig.UPDATE_URL;

0 commit comments

Comments
 (0)