diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-01-28 16:37:17 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-01-28 16:37:17 +0100 |
commit | 5fd36918d725cfae191e571fb4e013c4075862b6 (patch) | |
tree | 9151cae683221ce666fc259d56eb0ff742945169 /src/version.h | |
parent | 34fc3cbcac8f7c2888ac7571498c06cd1b613e70 (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 d1c2789..951e01f 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #ifndef WIREGUARD_VERSION -#define WIREGUARD_VERSION "0.0.20200121" +#define WIREGUARD_VERSION "0.0.20200128" #endif |