summaryrefslogtreecommitdiff
path: root/lib/URI/IRI.pm
diff options
context:
space:
mode:
authorOlaf Alders <olaf@wundersolutions.com>2022-10-06 12:50:55 -0400
committerOlaf Alders <olaf@wundersolutions.com>2022-10-06 12:50:55 -0400
commit72a9be7c6d29a6b807fa0a726429e9ca8c93c184 (patch)
tree12edb31c88563fc296ca90be5126aea3aff98469 /lib/URI/IRI.pm
parent055714c25faf31d2bc037d3332a472b42daff0e6 (diff)
downloaduri-72a9be7c6d29a6b807fa0a726429e9ca8c93c184.tar.gz
increment $VERSION after 5.13 release
Diffstat (limited to 'lib/URI/IRI.pm')
-rw-r--r--lib/URI/IRI.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/URI/IRI.pm b/lib/URI/IRI.pm
index b5dd6e9..1a63643 100644
--- a/lib/URI/IRI.pm
+++ b/lib/URI/IRI.pm
@@ -8,7 +8,7 @@ use URI ();
use overload '""' => sub { shift->as_string };
-our $VERSION = '5.13';
+our $VERSION = '5.14';
sub new {
my($class, $uri, $scheme) = @_;