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;