diff options
| author | Emīls <emils@mullvad.net> | 2023-07-17 14:43:14 +0200 |
|---|---|---|
| committer | Emīls <emils@mullvad.net> | 2023-07-17 15:12:43 +0200 |
| commit | 16af77d136d149bb643696cda1799a87687d4e53 (patch) | |
| tree | 8f4e9d586a0d01edc50f418c6dcc5ce2bc98d1e5 /ios/Configurations | |
| parent | a4682ed0cc612172990fa1a5505136745f53947a (diff) | |
| download | mullvadvpn-16af77d136d149bb643696cda1799a87687d4e53.tar.xz mullvadvpn-16af77d136d149bb643696cda1799a87687d4e53.zip | |
Bump iOS version to 2023.4
Diffstat (limited to 'ios/Configurations')
| -rw-r--r-- | ios/Configurations/Version.xcconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ios/Configurations/Version.xcconfig b/ios/Configurations/Version.xcconfig index de95a19479..3f3495f8da 100644 --- a/ios/Configurations/Version.xcconfig +++ b/ios/Configurations/Version.xcconfig @@ -2,9 +2,9 @@ VERSIONING_SYSTEM = apple-generic // Marketing version, aka major.minor -MARKETING_VERSION = 2023.2 +MARKETING_VERSION = 2023.4 // Build number // Normally we reset the build number to 1 after bumping MARKETING_VERSION. // Otherwise increment it for each subsequent TestFlight submission. -CURRENT_PROJECT_VERSION = 2 +CURRENT_PROJECT_VERSION = 1 |
