diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-12-06 22:18:26 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-12-06 22:18:26 -0800 |
commit | 80ada4d20a000686e55f170288b54fcb59a4b586 (patch) | |
tree | e9a28111701ce82603ba7a1c88a25b37b7988458 | |
parent | 00e1e56a7d3f1c7f6f3160999e8022c0429963f4 (diff) | |
download | voidsky-80ada4d20a000686e55f170288b54fcb59a4b586.tar.zst |
Increment ios build number
-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 55a2f1e45..c2df6760e 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 = '9' + const IOS_BUILD_NUMBER = '10' /** * Android build number. Must be incremented for each release. |