From 039f007c743117886d0714f7bf22717a3176436f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Nov=C3=A1k?= Date: Tue, 4 Jun 2024 14:22:46 +0200 Subject: [PATCH] chore: release 1.18.0 (231) --- apps/mobile/app.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/app.config.ts b/apps/mobile/app.config.ts index 2caf1affc..b1108705e 100644 --- a/apps/mobile/app.config.ts +++ b/apps/mobile/app.config.ts @@ -1,6 +1,6 @@ // import {SemverString} from '@vexl-next/domain/src/utility/SmeverString.brand' -const VERSION_CODE = 230 +const VERSION_CODE = 231 const VERSION = '1.18.0' const ENV_PRESET = process.env.ENV_PRESET const COMMIT_HASH = process.env.EAS_BUILD_GIT_COMMIT_HASH ?? 'local'