diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-02-05 14:37:40 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-02-05 14:37:40 +0100 |
commit | 7a11a53c5a8cf54d1b4b12e2359d1dc4a2ebd751 (patch) | |
tree | 156d7776adb69b544f6f5601da87cc6aaef76d85 | |
parent | 44c4a3bb1946f875ce73497834928663eb37d5f9 (diff) |
version: bump
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r-- | src/dkms.conf | 2 | ||||
-rw-r--r-- | src/version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/dkms.conf b/src/dkms.conf index 7f55547..04afe83 100644 --- a/src/dkms.conf +++ b/src/dkms.conf @@ -1,5 +1,5 @@ PACKAGE_NAME="wireguard" -PACKAGE_VERSION="0.0.20200128" +PACKAGE_VERSION="0.0.20200205" AUTOINSTALL=yes BUILT_MODULE_NAME="wireguard" diff --git a/src/version.h b/src/version.h index 951e01f..c4eeac0 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #ifndef WIREGUARD_VERSION -#define WIREGUARD_VERSION "0.0.20200128" +#define WIREGUARD_VERSION "0.0.20200205" #endif |