diff --git a/apps/daimo-mobile/app.config.ts b/apps/daimo-mobile/app.config.ts index 77479a87a..c6dad18ef 100644 --- a/apps/daimo-mobile/app.config.ts +++ b/apps/daimo-mobile/app.config.ts @@ -4,7 +4,7 @@ const IS_DEV = process.env.DAIMO_APP_VARIANT === "dev"; // Next pending release version. Update this only as part of a release PR. // For example, PR "release: 1.2.3" = checklist + update below to 1.2.4. -const VERSION = "1.9.12"; +const VERSION = "1.9.13"; const config: ExpoConfig = { owner: "daimo",