version: bump

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
diff --git a/src/dkms.conf b/src/dkms.conf
index 6a72e4e..33a1840 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 93ee76c..138165f 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