From c0c8cde700e10e66c6ab6cd7a63b5f9ef158c6fa Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 2 Jan 2019 10:28:41 +0100 Subject: [PATCH] net/wireguard: bump version --- net/wireguard/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/wireguard/Makefile b/net/wireguard/Makefile index 55b507d29..68f537bc9 100644 --- a/net/wireguard/Makefile +++ b/net/wireguard/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= wireguard -PLUGIN_VERSION= 0.8 -PLUGIN_REVISION= 1 +PLUGIN_VERSION= 0.9 PLUGIN_COMMENT= WireGuard VPN service PLUGIN_DEPENDS= wireguard PLUGIN_MAINTAINER= m.muenz@gmail.com