diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2024-09-03 15:18:14 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2024-09-03 15:18:14 +0200 |
| commit | 2114cd45b129020293c0afdda222e7012deef9e4 (patch) | |
| tree | 6fb5ba3902d42095fe5992d547f39e29e56ec797 | |
| parent | e5d78ce5bb5a3be4eaf1a07144f47ebfd9c83b16 (diff) | |
| parent | ea19168869b7a553e697274bfbfb6d51247e4308 (diff) | |
| download | mullvadvpn-2114cd45b129020293c0afdda222e7012deef9e4.tar.xz mullvadvpn-2114cd45b129020293c0afdda222e7012deef9e4.zip | |
Merge branch 'bump-release-version'
| -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 f16714e7d3..f4a871a00a 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 = 2024.4 +MARKETING_VERSION = 2024.5 // 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 = 3 +CURRENT_PROJECT_VERSION = 1 |
