diff options
| author | 2019-10-26 14:03:49 +0200 | |
|---|---|---|
| committer | 2019-10-26 14:03:49 +0200 | |
| commit | 8cc81ebba30e628b3834284791b9294f6572bc64 (patch) | |
| tree | 825294a77cafd4a1af79ee87a235c50a9b1e8e2a | |
| parent | ui: fix configuration editbox accessibility name (diff) | |
| download | wireguard-windows-0.0.35.tar.xz wireguard-windows-0.0.35.zip | |
version: bumpv0.0.35
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 5f518c15..e26dd66f 100644 --- a/version/version.h +++ b/version/version.h @@ -1,2 +1,2 @@ -#define WIREGUARD_WINDOWS_VERSION_ARRAY 0,0,34 -#define WIREGUARD_WINDOWS_VERSION_STRING "0.0.34" +#define WIREGUARD_WINDOWS_VERSION_ARRAY 0,0,35 +#define WIREGUARD_WINDOWS_VERSION_STRING "0.0.35" |
