From b628eeb65ab882cdfd3d626a19d067af2527e5ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sun, 29 Dec 2019 04:50:55 +0100 Subject: [PATCH] Bump to 3.10.1 --- README.md | 2 +- ddclient | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 193c98d..b94337b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ =============================================================================== -# DDCLIENT v3.9.0 +# DDCLIENT v3.10.1 ddclient is a Perl client used to update dynamic DNS entries for accounts on many dynamic DNS services. diff --git a/ddclient b/ddclient index db87c1f..0016e23 100755 --- a/ddclient +++ b/ddclient @@ -25,7 +25,7 @@ use Getopt::Long; use Sys::Hostname; use IO::Socket; -my $version = "3.10.0"; +my $version = "3.10.1"; my $programd = $0; $programd =~ s%^.*/%%; my $program = $programd;