From bd375036de7d1ef7fe7c375b55a72251cefd64af Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Sat, 5 Feb 2022 15:54:53 +0100 Subject: [PATCH] dns/ddclient - make sure there's a new version number before we're ready to release --- dns/ddclient/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/ddclient/Makefile b/dns/ddclient/Makefile index 2c67781fd..d0f204278 100644 --- a/dns/ddclient/Makefile +++ b/dns/ddclient/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= ddclient -PLUGIN_VERSION= 1.0 +PLUGIN_VERSION= 1.1 #PLUGIN_REVISION= 1 PLUGIN_DEPENDS= ddclient PLUGIN_COMMENT= Dynamic DNS client