diff options
author | 2025-05-15 16:54:03 +0200 | |
---|---|---|
committer | 2025-05-15 16:54:03 +0200 | |
commit | 1571e0fbae8e1d955e05dde80071bc86880d61b3 (patch) | |
tree | 4cc71fd61f030414b9b55045c1ea6e49b0646d1e | |
parent | device: make unmarshall length checks exact (diff) | |
download | wireguard-go-1571e0fbae8e1d955e05dde80071bc86880d61b3.tar.xz wireguard-go-1571e0fbae8e1d955e05dde80071bc86880d61b3.zip |
version: bump snapshot0.0.20250515
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r-- | version.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ package main -const Version = "0.0.20230223" +const Version = "0.0.20250515" |