From ef9c13ac4336ee8c53444f23b00400350e5089f2 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 4 Apr 2022 20:07:12 +0200 Subject: [PATCH] dns/ddclient: bump version --- dns/ddclient/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/ddclient/Makefile b/dns/ddclient/Makefile index 487f0af55..f3fe1c241 100644 --- a/dns/ddclient/Makefile +++ b/dns/ddclient/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= ddclient -PLUGIN_VERSION= 1.4 +PLUGIN_VERSION= 1.5 PLUGIN_DEPENDS= ddclient PLUGIN_COMMENT= Dynamic DNS client PLUGIN_MAINTAINER= ad@opnsense.org