diff options
author | 2020-12-23 15:05:56 +0100 | |
---|---|---|
committer | 2020-12-23 15:05:56 +0100 | |
commit | c4f79beb8d23078393451d1173f3b9342c6ea66e (patch) | |
tree | 2c7d70e04b890e3a7f3697626f27e4b113e0d832 | |
parent | project: sync translations and improve id generation again (diff) | |
download | wireguard-apple-1.0.12-22.tar.xz wireguard-apple-1.0.12-22.zip |
App: version bump1.0.12-22
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r-- | Sources/WireGuardApp/Config/Version.xcconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Sources/WireGuardApp/Config/Version.xcconfig b/Sources/WireGuardApp/Config/Version.xcconfig index fa6e391..e528e7b 100644 --- a/Sources/WireGuardApp/Config/Version.xcconfig +++ b/Sources/WireGuardApp/Config/Version.xcconfig @@ -1,2 +1,2 @@ -VERSION_NAME = 1.0.11 -VERSION_ID = 21 +VERSION_NAME = 1.0.12 +VERSION_ID = 22 |