diff options
author | 2019-03-19 03:29:06 +0100 | |
---|---|---|
committer | 2019-03-18 22:13:27 -0600 | |
commit | a9b925c69bc39e8c6218fb255cc2456a1a81f59e (patch) | |
tree | 9bd82e60233e593c16e286d24d95d3838c657768 | |
parent | macos: TunnelsList: set allowsEmptySelection after making initial selection (diff) | |
download | wireguard-apple-a9b925c69bc39e8c6218fb255cc2456a1a81f59e.tar.xz wireguard-apple-a9b925c69bc39e8c6218fb255cc2456a1a81f59e.zip |
Version bump0.0.20190319-1
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r-- | WireGuard/WireGuard/Config/Version.xcconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WireGuard/WireGuard/Config/Version.xcconfig b/WireGuard/WireGuard/Config/Version.xcconfig index ef965fc..96017dd 100644 --- a/WireGuard/WireGuard/Config/Version.xcconfig +++ b/WireGuard/WireGuard/Config/Version.xcconfig @@ -1,2 +1,2 @@ -VERSION_NAME = 0.0.20190207 -VERSION_ID = 3 +VERSION_NAME = 0.0.20190319 +VERSION_ID = 1 |