diff --git a/ddclient b/ddclient index a4a09fc..0b91579 100755 --- a/ddclient +++ b/ddclient @@ -17,7 +17,7 @@ use Getopt::Long; use Sys::Hostname; use IO::Socket; -my $version = "3.7.2"; +my $version = "3.7.3"; my $programd = $0; $programd =~ s%^.*/%%; my $program = $programd;