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 dff0679 commit 8c73c19Copy full SHA for 8c73c19
1 file changed
app/constants/ota.ts
@@ -6,7 +6,7 @@ import otaConfig from '../../ota.config.js';
6
* Reset to v0 when releasing a new native build
7
* We keep this OTA_VERSION here to because changes in ota.config.js will affect the fingerprint and break the workflow in Github Actions
8
*/
9
-export const OTA_VERSION: string = 'v7.65.1';
+export const OTA_VERSION: string = 'v7.70.1';
10
export const RUNTIME_VERSION = otaConfig.RUNTIME_VERSION;
11
export const PROJECT_ID = otaConfig.PROJECT_ID;
12
export const UPDATE_URL = otaConfig.UPDATE_URL;
0 commit comments