Skip to content

Commit

Permalink
Merge pull request #349 from zonemaster/releases/v2023.1.3
Browse files Browse the repository at this point in the history
Merge Releases/v2023.1.3 into Master (CLI)
  • Loading branch information
matsduf authored Aug 8, 2023
2 parents 43fae13 + eeb03f4 commit bb73df2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Release history for Zonemaster component Zonemaster-CLI


v6.0.2 2023-08-07 (public fix version)

[Fixes]
- This version contains no real changes. It has been created to
require a higher (fixed) version of Zonemaster-Engine.


v6.0.1 2023-07-24 (public fix version)

[Fixes]
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ requires(
'Text::Reflow' => 0,
'Try::Tiny' => 0,
'Zonemaster::LDNS' => 3.002000, # v3.2.0
'Zonemaster::Engine' => 4.007001, # v4.7.1
'Zonemaster::Engine' => 4.007002, # v4.7.2
);

# Make all platforms include inc/Module/Install/External.pm
Expand Down
2 changes: 1 addition & 1 deletion lib/Zonemaster/CLI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use 5.014002;
use strict;
use warnings;

use version; our $VERSION = version->declare( "v6.0.1" );
use version; our $VERSION = version->declare( "v6.0.2" );

use Locale::TextDomain 'Zonemaster-CLI';
use Moose;
Expand Down

0 comments on commit bb73df2

Please sign in to comment.