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;