From 68063946d0a03694bd300979abb456e7405f6206 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sun, 29 Dec 2019 04:15:47 +0100 Subject: [PATCH] Bump to 3.10.0 --- ddclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddclient b/ddclient index d5c994e..58553c5 100755 --- a/ddclient +++ b/ddclient @@ -25,7 +25,7 @@ use Getopt::Long; use Sys::Hostname; use IO::Socket; -my $version = "3.9.0"; +my $version = "3.10.0"; my $programd = $0; $programd =~ s%^.*/%%; my $program = $programd;