about summary refs log tree commit diff
path: root/app.config.js
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-12-07 17:21:10 -0800
committerPaul Frazee <pfrazee@gmail.com>2023-12-07 17:21:10 -0800
commit282879b6452b0f575369d30139d15b234f7a3f28 (patch)
treefe9947d5a8396fb51053165567d970214036500f /app.config.js
parent7b5033118895448ae36c0ac2d76683ecd838f5e2 (diff)
downloadvoidsky-282879b6452b0f575369d30139d15b234f7a3f28.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 c2df6760e..babd25ac7 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 = '10'
+  const IOS_BUILD_NUMBER = '11'
 
   /**
    * Android build number. Must be incremented for each release.