Skip to content

Commit

Permalink
Merge pull request #1130 from zonemaster/releases/v2023.1.4
Browse files Browse the repository at this point in the history
Merge Releases/v2023.1.4 into Master (Backend)
  • Loading branch information
matsduf authored Sep 8, 2023
2 parents 34a4ac2 + 8fa3d36 commit b811313
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Release history for Zonemaster component Zonemaster-Backend


v11.0.2 2023-09-08 (public fix version)

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


v11.0.1 2023-08-07 (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 @@ -36,7 +36,7 @@ requires
'Starman' => 0,
'Try::Tiny' => 0.12,
'Zonemaster::LDNS' => 3.002000, # v3.2.0
'Zonemaster::Engine' => 4.007002, # v4.7.2
'Zonemaster::Engine' => 4.007003, # v4.7.3
;

test_requires 'DBD::SQLite' => 1.4702;
Expand Down
2 changes: 1 addition & 1 deletion lib/Zonemaster/Backend.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package Zonemaster::Backend;

our $VERSION = '11.0.1';
our $VERSION = '11.0.2';

use strict;
use warnings;
Expand Down

0 comments on commit b811313

Please sign in to comment.