about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-12-04 18:01:49 -0800
committerPaul Frazee <pfrazee@gmail.com>2023-12-04 18:01:49 -0800
commit37d94ca0e3e75e73a856bd4dad37d57cfaeadf1d (patch)
treeea514af9c73e2b8c3d6aebda3bcd86e4e436d183
parent48f5cebc80975388f83ba61c3d6c7b620124969d (diff)
downloadvoidsky-37d94ca0e3e75e73a856bd4dad37d57cfaeadf1d.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 8f672c964..ac1249271 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 = '6'
+  const IOS_BUILD_NUMBER = '7'
 
   /**
    * Android build number. Must be incremented for each release.