diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-12-05 21:07:20 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-12-05 21:07:20 -0800 |
commit | 3107bb07c93646fa3324de619e369940f254f3d3 (patch) | |
tree | 42b3fccd3389b519fe4663b9d0cf54913f4c698e /app.config.js | |
parent | 78e459d06fbc48459dd73c9e837278eac254f4a9 (diff) | |
download | voidsky-3107bb07c93646fa3324de619e369940f254f3d3.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 ac1249271..42a0d71c6 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 = '7' + const IOS_BUILD_NUMBER = '8' /** * Android build number. Must be incremented for each release. |