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 cb1e882 commit c8d72f7Copy full SHA for c8d72f7
1 file changed
app/constants/ota.ts
@@ -10,7 +10,7 @@ import otaConfig from '../../ota.config.js';
10
* Reset when releasing a new native build as appropriate for that line.
11
* Kept here (not only in ota.config.js) so changes there do not alter the Expo fingerprint and break CI.
12
*/
13
-export const OTA_VERSION: string = 'vX.XX.X';
+export const OTA_VERSION: string = 'v7.77.78';
14
export const RUNTIME_VERSION = otaConfig.RUNTIME_VERSION;
15
export const PROJECT_ID = otaConfig.PROJECT_ID;
16
export const UPDATE_URL = otaConfig.UPDATE_URL;
0 commit comments