aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-08-03 18:17:39 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2021-08-03 18:17:39 +0200
commit4f582daaa151bc9ec16bf69ba36433f87d93fcd2 (patch)
treecdbd383733fccd4307d0ff522dbff4008352ff73
parentexample: remove MTU setting due to complications (diff)
downloadwireguard-nt-4f582daaa151bc9ec16bf69ba36433f87d93fcd2.tar.xz
wireguard-nt-4f582daaa151bc9ec16bf69ba36433f87d93fcd2.zip
version: bump0.2
Pretty soon after our first release, indeed, but people are hitting some show stoppers that are hindering additional testing, so lets nip that in the bud asap. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r--wireguard-nt.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/wireguard-nt.props b/wireguard-nt.props
index dfe919a..880e363 100644
--- a/wireguard-nt.props
+++ b/wireguard-nt.props
@@ -78,7 +78,7 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<WireGuardVersionMaj>0</WireGuardVersionMaj>
- <WireGuardVersionMin>1</WireGuardVersionMin>
+ <WireGuardVersionMin>2</WireGuardVersionMin>
<WireGuardVersionRel>0</WireGuardVersionRel>
<!-- Used for versioning, must be n.n[.n[.n]]. -->