diff options
author | 2018-12-17 14:08:17 +0100 | |
---|---|---|
committer | 2018-12-17 14:08:17 +0100 | |
commit | 9556901a33f909e4845fb60ce8b80d5c3a111b58 (patch) | |
tree | 79b826754ed300348118097385892df0e3677497 | |
parent | Got TunnelsManager back under the max file length by splitting out NEVPNStatus+CustomStringConvertible (diff) | |
download | wireguard-apple-9556901a33f909e4845fb60ce8b80d5c3a111b58.tar.xz wireguard-apple-9556901a33f909e4845fb60ce8b80d5c3a111b58.zip |
Version bump0.0.20181104-7
This is our first release to the real app store.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-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 6e86078..5ea655c 100644 --- a/WireGuard/WireGuard/Config/Version.xcconfig +++ b/WireGuard/WireGuard/Config/Version.xcconfig @@ -1,2 +1,2 @@ VERSION_NAME = 0.0.20181104 -VERSION_ID = 6 +VERSION_ID = 7 |