From a217fc949952fe8e8384812e1ea91ee2d2de98c0 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 2 Aug 2017 18:57:52 +0200 Subject: [PATCH] net/zerotier: release version 1.0 with 17.7.1 Approved by: @dharrigan --- net/zerotier/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/zerotier/Makefile b/net/zerotier/Makefile index a2417a114..8cdc78b31 100644 --- a/net/zerotier/Makefile +++ b/net/zerotier/Makefile @@ -1,8 +1,7 @@ PLUGIN_NAME= zerotier -PLUGIN_VERSION= 0.1.2 +PLUGIN_VERSION= 1.0 PLUGIN_COMMENT= Virtual Networks That Just Work PLUGIN_DEPENDS= zerotier PLUGIN_MAINTAINER= dharrigan@gmail.com -PLUGIN_DEVEL= yes .include "../../Mk/plugins.mk"