summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMats Dufberg <mats.dufberg@iis.se>2022-06-09 14:47:20 +0200
committerMats Dufberg <mats.dufberg@iis.se>2022-06-09 14:47:20 +0200
commita78fb471afc68f1c477b11a2e15be5900f5a5d4b (patch)
tree7d58a59d382123a11204370d73439f21e0676758
parent2fe03a1ed1dfd45dbc84b63d29f83aa43ed4b517 (diff)
Set version to 2.2.2 instead
-rw-r--r--Changes2
-rw-r--r--lib/Zonemaster/LDNS.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/Changes b/Changes
index 1fbbd6e..972d85f 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
Release history for Zonemaster component Zonemaster-LDNS
-2.3.0 2022-06-09
+2.2.2 2022-06-09
[Features]
- Gives more freedom when configuring (#134, #129, #96)
diff --git a/lib/Zonemaster/LDNS.pm b/lib/Zonemaster/LDNS.pm
index 652c999..1bea10b 100644
--- a/lib/Zonemaster/LDNS.pm
+++ b/lib/Zonemaster/LDNS.pm
@@ -2,7 +2,7 @@ package Zonemaster::LDNS;
use 5.014;
-our $VERSION = '2.3.0';
+our $VERSION = '2.2.2';
use parent 'Exporter';
our @EXPORT_OK = qw[to_idn has_idn ldns_version load_zonefile];