diff options
author | 2020-06-07 21:20:42 -0600 | |
---|---|---|
committer | 2020-06-07 21:20:42 -0600 | |
commit | 8ebfdbd90f914911822913dab41d21717a927a31 (patch) | |
tree | 977415802185d4b73e34e5930fb934f0f4430353 | |
parent | locale: sync translations (diff) | |
download | wireguard-windows-0.1.1.tar.xz wireguard-windows-0.1.1.zip |
version: bumpv0.1.1
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r-- | version/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version/version.h b/version/version.h index 239f9605..0da08178 100644 --- a/version/version.h +++ b/version/version.h @@ -1,2 +1,2 @@ -#define WIREGUARD_WINDOWS_VERSION_ARRAY 0,1,0 -#define WIREGUARD_WINDOWS_VERSION_STRING "0.1.0" +#define WIREGUARD_WINDOWS_VERSION_ARRAY 0,1,1 +#define WIREGUARD_WINDOWS_VERSION_STRING "0.1.1" |