diff --git a/src/dkms.conf b/src/dkms.conf index 6a72e4ef..33a1840c 100644 --- a/src/dkms.conf +++ b/src/dkms.conf @@ -1,5 +1,5 @@ PACKAGE_NAME="wireguard" -PACKAGE_VERSION="1.0.20200729" +PACKAGE_VERSION="1.0.20200908" AUTOINSTALL=yes BUILT_MODULE_NAME="wireguard" diff --git a/src/version.h b/src/version.h index 93ee76c9..138165f6 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #ifndef WIREGUARD_VERSION -#define WIREGUARD_VERSION "1.0.20200729" +#define WIREGUARD_VERSION "1.0.20200908" #endif