From 3e872e890e7b4474fdb61f52a755877764509205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Wed, 1 Jan 2020 04:24:12 +0100 Subject: [PATCH] Bump to 3.10.2 --- README.md | 2 +- ddclient | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b94337b..324a955 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ =============================================================================== -# DDCLIENT v3.10.1 +# DDCLIENT v3.10.2 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 79fba98..c3e1de9 100755 --- a/ddclient +++ b/ddclient @@ -25,7 +25,7 @@ use Getopt::Long; use Sys::Hostname; use IO::Socket; -my $version = "3.10.1"; +my $version = "3.10.2"; my $programd = $0; $programd =~ s%^.*/%%; my $program = $programd;