From 32cbd805f3a081683945476da614cfe6ecd91a21 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 21 Nov 2022 08:08:33 +0100 Subject: [PATCH] dns/ddclient: change version --- dns/ddclient/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dns/ddclient/Makefile b/dns/ddclient/Makefile index 3badaf93c..5990af97a 100644 --- a/dns/ddclient/Makefile +++ b/dns/ddclient/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= ddclient -PLUGIN_VERSION= 1.9 -PLUGIN_REVISION= 1 +PLUGIN_VERSION= 1.10 PLUGIN_DEPENDS= ddclient-devel PLUGIN_COMMENT= Dynamic DNS client PLUGIN_MAINTAINER= ad@opnsense.org