Skip to content

Commit 885dabf

Browse files
committed
revert ota version change
1 parent 997c5e7 commit 885dabf

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 = 'v7.74.3';
15+
export const OTA_VERSION: string = 'vX.XX.X';
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)