From 6e36d328018f8b525b0de0649453f222035ad1d8 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Fri, 19 Feb 2021 15:08:33 +0100 Subject: [PATCH] version: bump Signed-off-by: Jason A. Donenfeld --- src/dkms.conf | 2 +- src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dkms.conf b/src/dkms.conf index 9c32c36f..ad197f19 100644 --- a/src/dkms.conf +++ b/src/dkms.conf @@ -1,5 +1,5 @@ PACKAGE_NAME="wireguard" -PACKAGE_VERSION="1.0.20210124" +PACKAGE_VERSION="1.0.20210219" AUTOINSTALL=yes BUILT_MODULE_NAME="wireguard" diff --git a/src/version.h b/src/version.h index fc144d11..456073ba 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #ifndef WIREGUARD_VERSION -#define WIREGUARD_VERSION "1.0.20210124" +#define WIREGUARD_VERSION "1.0.20210219" #endif