diff options
author | 2018-11-05 21:06:47 +0100 | |
---|---|---|
committer | 2018-11-05 21:44:00 +0100 | |
commit | 24575a5cf967a68447ed41bd7a5707869ac8ed9d (patch) | |
tree | d9fffbb5c4b102076a7613b064ec98478458bf9a | |
parent | Parser: Address, DNS and AllowedIPs can have mutliple entries (diff) | |
download | wireguard-apple-24575a5cf967a68447ed41bd7a5707869ac8ed9d.tar.xz wireguard-apple-24575a5cf967a68447ed41bd7a5707869ac8ed9d.zip |
Version bump0.0.20181104-2
We update the build number, not the version number, so that test flight
doesn't need a new review.
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 a9da30d..d2519aa 100644 --- a/WireGuard/WireGuard/Config/Version.xcconfig +++ b/WireGuard/WireGuard/Config/Version.xcconfig @@ -1,2 +1,2 @@ VERSION_NAME = 0.0.20181104 -VERSION_ID = 1 +VERSION_ID = 2 |