diff options
author | 2022-06-10 19:21:17 +0200 | |
---|---|---|
committer | 2022-06-10 19:21:17 +0200 | |
commit | d0c75d8e7dd3e0e2b318d2b739ee2fdb21072ede (patch) | |
tree | 01ba15323b16ebcb603f296698e5ea1b94dc2b34 | |
parent | if_wg: account for added argument to sbcreatecontrol (diff) | |
download | wireguard-freebsd-0.0.20220610.tar.xz wireguard-freebsd-0.0.20220610.zip |
version: bumpv0.0.20220610
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-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 aba5aac..34d69a5 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define WIREGUARD_VERSION 20211105 +#define WIREGUARD_VERSION 20220610 |