about summary refs log tree commit diff
path: root/app.config.js
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-12-05 22:57:47 -0800
committerPaul Frazee <pfrazee@gmail.com>2023-12-05 22:57:47 -0800
commitdf55c5fdeb5e67caac13dfdb77e1a80330cdd874 (patch)
tree88e8a3182a20df5437236e47cb36d6f63aaeaf7e /app.config.js
parent2571432875a8a7104f82b87a480e3650c6f32f6c (diff)
downloadvoidsky-df55c5fdeb5e67caac13dfdb77e1a80330cdd874.tar.zst
Bump ios build number
Diffstat (limited to 'app.config.js')
-rw-r--r--app.config.js2
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.