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 997c5e7 commit 885dabfCopy full SHA for 885dabf
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 = 'v7.74.3';
+export const OTA_VERSION: string = 'vX.XX.X';
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