We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b5205 commit 4419e67Copy full SHA for 4419e67
1 file changed
app/constants/ota.ts
@@ -12,7 +12,7 @@ import otaConfig from '../../ota.config.js';
12
* Reset when releasing a new native build as appropriate for that line.
13
* Kept here (not only in ota.config.js) so changes there do not alter the Expo fingerprint and break CI.
14
*/
15
-export const OTA_VERSION: string = 'vX.XX.X';
+export const OTA_VERSION: string = 'v7.76.1';
16
export const RUNTIME_VERSION = otaConfig.RUNTIME_VERSION;
17
export const PROJECT_ID = otaConfig.PROJECT_ID;
18
export const UPDATE_URL = otaConfig.UPDATE_URL;
0 commit comments