From 1b374ada4472fad5430a47424fcdc01b918c2909 Mon Sep 17 00:00:00 2001 From: "runway-github[bot]" <73448015+runway-github[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 17:54:29 +0000 Subject: [PATCH] Bumping version to 7.74.3 --- app/constants/ota.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/constants/ota.ts b/app/constants/ota.ts index 0e7a83d4f98..4b7cd958384 100644 --- a/app/constants/ota.ts +++ b/app/constants/ota.ts @@ -3,7 +3,7 @@ import otaConfig from '../../ota.config.js'; /** * OTA update version for this native build. * Sentinel `vX.XX.X` means no OTA has shipped yet. - * 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`) * so CI can detect OTA vs native hotfix. Two-digit patch AB → base patch A, OTA iteration B. * `OTA_VERSION` keeps the raw Runway id with a `v` prefix (e.g. `v7.73.01`). * Nightly / ad-hoc OTAs may use simple counters (`v0`, `v1`, …) per docs/nightly-ota-updates.md.