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 d813083 commit 1b374adCopy full SHA for 1b374ad
1 file changed
app/constants/ota.ts
@@ -3,7 +3,7 @@ import otaConfig from '../../ota.config.js';
3
/**
4
* OTA update version for this native build.
5
* Sentinel `vX.XX.X` means no OTA has shipped yet.
6
- * OTA hotfix: Runway uses a two-digit patch (e.g. `release/7.73.01`, `release/7.73.21`)
+ * OTA hotfix: Runway uses a two-digit patch (e.g. `release/7.73.01`, `release/7.74.3`)
7
* so CI can detect OTA vs native hotfix. Two-digit patch AB → base patch A, OTA iteration B.
8
* `OTA_VERSION` keeps the raw Runway id with a `v` prefix (e.g. `v7.73.01`).
9
* Nightly / ad-hoc OTAs may use simple counters (`v0`, `v1`, …) per docs/nightly-ota-updates.md.
0 commit comments