diff options
author | 2019-03-19 06:00:40 +0100 | |
---|---|---|
committer | 2019-03-19 06:00:40 +0100 | |
commit | dca0fb29f67a4e9497863f111eb5d408da89dab8 (patch) | |
tree | 2c3b70f2aaf56f83fe58d1786219fdec0b6c102d /WireGuard/WireGuard/Config | |
parent | Swiftlint: variable_name -> identifier_name (diff) | |
download | wireguard-apple-dca0fb29f67a4e9497863f111eb5d408da89dab8.tar.xz wireguard-apple-dca0fb29f67a4e9497863f111eb5d408da89dab8.zip |
Version: CFBundleVersion must always increase for macOS app store0.0.20190319-4
So we'll just start doing it like that, then.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'WireGuard/WireGuard/Config')
-rw-r--r-- | WireGuard/WireGuard/Config/Version.xcconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WireGuard/WireGuard/Config/Version.xcconfig b/WireGuard/WireGuard/Config/Version.xcconfig index 96017dd..f0348b9 100644 --- a/WireGuard/WireGuard/Config/Version.xcconfig +++ b/WireGuard/WireGuard/Config/Version.xcconfig @@ -1,2 +1,2 @@ VERSION_NAME = 0.0.20190319 -VERSION_ID = 1 +VERSION_ID = 4 |