diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-12-05 22:57:47 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-12-05 22:57:47 -0800 |
commit | df55c5fdeb5e67caac13dfdb77e1a80330cdd874 (patch) | |
tree | 88e8a3182a20df5437236e47cb36d6f63aaeaf7e /app.config.js | |
parent | 2571432875a8a7104f82b87a480e3650c6f32f6c (diff) | |
download | voidsky-df55c5fdeb5e67caac13dfdb77e1a80330cdd874.tar.zst |
Bump ios build number
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app.config.js b/app.config.js index 42a0d71c6..55a2f1e45 100644 --- a/app.config.js +++ b/app.config.js @@ -9,7 +9,7 @@ module.exports = function () { /** * iOS build number. Must be incremented for each TestFlight version. */ - const IOS_BUILD_NUMBER = '8' + const IOS_BUILD_NUMBER = '9' /** * Android build number. Must be incremented for each release. |