Skip to content

Commit

Permalink
Use numeric only version to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed May 15, 2022
1 parent 6be775d commit ca4ce91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddclient.in
Expand Up @@ -30,7 +30,7 @@ use IO::Socket::INET;
use Socket qw(AF_INET AF_INET6 PF_INET PF_INET6);
use Sys::Hostname;

use version 0.77; our $VERSION = version->declare('v3.10.0rc1');
use version 0.77; our $VERSION = version->declare('v3.10.0');
(my $version = $VERSION->stringify()) =~ s/^v//;
my $programd = $0;
$programd =~ s%^.*/%%;
Expand Down

0 comments on commit ca4ce91

Please sign in to comment.