From 144673ec08eee944b28fd7ef09c34fcea8204741 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 24 Jul 2018 07:15:04 +0200 Subject: [PATCH] dns/bind: bump version after changes --- dns/bind/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/bind/Makefile b/dns/bind/Makefile index 6fb266cbf..a209aa2a0 100644 --- a/dns/bind/Makefile +++ b/dns/bind/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= bind -PLUGIN_VERSION= 0.4 +PLUGIN_VERSION= 0.5 PLUGIN_COMMENT= BIND domain name service PLUGIN_DEPENDS= bind913 PLUGIN_MAINTAINER= m.muenz@gmail.com