summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-02-06 16:19:47 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2020-02-06 16:19:47 +0100
commit0bf1f7a3e877aff8fb435c3ba8624f35ff985a7e (patch)
treefa142b93a0623d5e155b3b180ed23647890992a4
parentnetlink: don't pretend that sysconf isn't a function (diff)
downloadwireguard-tools-0bf1f7a3e877aff8fb435c3ba8624f35ff985a7e.tar.xz
wireguard-tools-0bf1f7a3e877aff8fb435c3ba8624f35ff985a7e.zip
version: bumpv1.0.20200206
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r--src/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.h b/src/version.h
index 09282b0..c1782f6 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,3 +1,3 @@
#ifndef WIREGUARD_TOOLS_VERSION
-#define WIREGUARD_TOOLS_VERSION "1.0.20200121"
+#define WIREGUARD_TOOLS_VERSION "1.0.20200206"
#endif