diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-11-12 10:02:14 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-11-12 10:02:14 +0100 |
commit | fe402261666821514377d06c2c68ed9bc19e7634 (patch) | |
tree | 002944bf2bc6dc047dfbcd876eea3772b5e0c20a /src/version.h | |
parent | d0bf51bd07976467e2987c83a4950b97f3a333ec (diff) |
version: bump
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/version.h')
-rw-r--r-- | src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.h b/src/version.h index 138165f..eada023 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #ifndef WIREGUARD_VERSION -#define WIREGUARD_VERSION "1.0.20200908" +#define WIREGUARD_VERSION "1.0.20201112" #endif |