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 21:07:20 -0800
committerPaul Frazee <pfrazee@gmail.com>2023-12-05 21:07:20 -0800
commit3107bb07c93646fa3324de619e369940f254f3d3 (patch)
tree42b3fccd3389b519fe4663b9d0cf54913f4c698e /app.config.js
parent78e459d06fbc48459dd73c9e837278eac254f4a9 (diff)
downloadvoidsky-3107bb07c93646fa3324de619e369940f254f3d3.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 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.