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;