From 460edb7647d61b659f0215fb6bdc75a31ca0e852 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 10 Jul 2019 08:00:24 +0200 Subject: [PATCH] net/wireguard: as far as I understood this is going to be released Requested by: @mimugmail --- net/wireguard/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/wireguard/Makefile b/net/wireguard/Makefile index 158966374..2e882561a 100644 --- a/net/wireguard/Makefile +++ b/net/wireguard/Makefile @@ -1,8 +1,7 @@ PLUGIN_NAME= wireguard -PLUGIN_VERSION= 0.11 +PLUGIN_VERSION= 1.0 PLUGIN_COMMENT= WireGuard VPN service PLUGIN_DEPENDS= wireguard PLUGIN_MAINTAINER= m.muenz@gmail.com -PLUGIN_DEVEL= yes .include "../../Mk/plugins.mk"