about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-12-08 16:31:08 -0800
committerPaul Frazee <pfrazee@gmail.com>2023-12-08 16:31:08 -0800
commitd854e882187c4358ae3b4c1fb9d1324f5fe215e4 (patch)
treeda0a90a2666dc84344bc4d8ff4777614527e6291
parent102094b10aeeed996cae5a522a497ee4848d27e6 (diff)
downloadvoidsky-d854e882187c4358ae3b4c1fb9d1324f5fe215e4.tar.zst
Bump ios build number
-rw-r--r--app.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.config.js b/app.config.js
index babd25ac7..2f6c3b106 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 = '11'
+  const IOS_BUILD_NUMBER = '12'
 
   /**
    * Android build number. Must be incremented for each release.