From 7a321ce808ef9cec1f45cce92befcc9e170d3aa9 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 27 Aug 2020 10:22:09 +0200 Subject: [PATCH] version: bump Signed-off-by: Jason A. Donenfeld --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index 1645944..8512c21 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #ifndef WIREGUARD_TOOLS_VERSION -#define WIREGUARD_TOOLS_VERSION "1.0.20200820" +#define WIREGUARD_TOOLS_VERSION "1.0.20200827" #endif