From d69fda1e4de2ec459c2da96612232d9e766cd56a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 15:12:01 -0800 Subject: [PATCH] chore: bump mobile app version to 2.9.13 (#1645) Update build numbers and deployment timestamps after successful deployment. Co-authored-by: github-actions[bot] --- app/version.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/version.json b/app/version.json index a8d967f87..abcb38e2c 100644 --- a/app/version.json +++ b/app/version.json @@ -1,10 +1,10 @@ { "ios": { - "build": 207, - "lastDeployed": "2026-01-22T05:26:53.814Z" + "build": 208, + "lastDeployed": "2026-01-22T23:03:43.685Z" }, "android": { - "build": 137, - "lastDeployed": "2026-01-22T00:34:57.056Z" + "build": 138, + "lastDeployed": "2026-01-22T23:03:43.685Z" } }