From 990fc218bd4c4c4d884aa969f85f354cb8de41bb Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 13 Feb 2024 00:55:09 -0800 Subject: [PATCH] Bump build number --- app.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.config.js b/app.config.js index 1609d623..9814065f 100644 --- a/app.config.js +++ b/app.config.js @@ -21,7 +21,7 @@ module.exports = function () { * iOS build number. Must be incremented for each TestFlight version. * WARNING: Always leave this variable on line 24! If it is moved, you need to update ./scripts/bumpIosBuildNumber.sh */ - const IOS_BUILD_NUMBER = '5' + const IOS_BUILD_NUMBER = '7' /** * Android build number. Must be incremented for each release.