Skip to content

Commit

Permalink
Update Webmin latest version number
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Mar 4, 2021
1 parent bb736d4 commit 2dc546b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authentic-funcs.pl
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ sub replace_meta
sub product_version_update
{
my ($v, $p) = @_;
my ($wv, $uv, $vv, $cv, $fv) = ('1.972', '1.820', '6.14', '9.5', '14.08');
my ($wv, $uv, $vv, $cv, $fv) = ('1.973', '1.820', '6.14', '9.5', '14.08');

my $vc = $v;
if ($vc && $vc =~ /(\.).*?(\.)/) {
Expand Down

0 comments on commit 2dc546b

Please sign in to comment.