From 2fbaef864227150ca9bbc78b57614c313c2dac9d Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 23 Jun 2020 16:12:11 -0600 Subject: version: bump Signed-off-by: Jason A. Donenfeld --- src/dkms.conf | 2 +- src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/dkms.conf b/src/dkms.conf index 1136a27..fd7eedb 100644 --- a/src/dkms.conf +++ b/src/dkms.conf @@ -1,5 +1,5 @@ PACKAGE_NAME="wireguard" -PACKAGE_VERSION="1.0.20200611" +PACKAGE_VERSION="1.0.20200623" AUTOINSTALL=yes BUILT_MODULE_NAME="wireguard" diff --git a/src/version.h b/src/version.h index b8361d4..3c0506a 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #ifndef WIREGUARD_VERSION -#define WIREGUARD_VERSION "1.0.20200611" +#define WIREGUARD_VERSION "1.0.20200623" #endif -- cgit v1.2.3