diff options
author | 2025-05-21 01:05:38 +0200 | |
---|---|---|
committer | 2025-05-21 01:05:38 +0200 | |
commit | e2ecaaa739144997ccff89d6ad6ec81698ea6ced (patch) | |
tree | 551bad2761e6283fd028d273540447b07fa7a400 | |
parent | config: handle strdup failure (diff) | |
download | wireguard-tools-e2ecaaa739144997ccff89d6ad6ec81698ea6ced.tar.xz wireguard-tools-e2ecaaa739144997ccff89d6ad6ec81698ea6ced.zip |
version: bumpv1.0.20250521
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 c3ca131..0a7ef8d 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #ifndef WIREGUARD_TOOLS_VERSION -#define WIREGUARD_TOOLS_VERSION "1.0.20210914" +#define WIREGUARD_TOOLS_VERSION "1.0.20250521" #endif |