From 18fbcd68a35a892527345dc5679d0b2d860ee004 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 27 Jun 2022 12:54:37 +0200 Subject: 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 eda1668..947bc0c 100644 --- a/src/dkms.conf +++ b/src/dkms.conf @@ -1,5 +1,5 @@ PACKAGE_NAME="wireguard" -PACKAGE_VERSION="1.0.20211208" +PACKAGE_VERSION="1.0.20220627" AUTOINSTALL=yes BUILT_MODULE_NAME="wireguard" diff --git a/src/version.h b/src/version.h index ba3d805..c7f9028 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #ifndef WIREGUARD_VERSION -#define WIREGUARD_VERSION "1.0.20211208" +#define WIREGUARD_VERSION "1.0.20220627" #endif -- cgit v1.2.3-59-g8ed1b