diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-02-13 00:55:09 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2024-02-13 00:55:09 -0800 |
commit | 990fc218bd4c4c4d884aa969f85f354cb8de41bb (patch) | |
tree | 4f1b7f60ec3abcb0d5060b0f39917969270a766d /app.config.js | |
parent | 1f517cff0cf5aa3c3cb94c8d113ffddf6702d4f2 (diff) | |
download | voidsky-990fc218bd4c4c4d884aa969f85f354cb8de41bb.tar.zst |
Bump 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 1609d623c..9814065f4 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. |