From 538f054b030ca206aa6c934e5415d79b01a0f801 Mon Sep 17 00:00:00 2001 From: Julien Fiegehenn Date: Sun, 30 Apr 2023 17:16:36 +0100 Subject: increment $VERSION after 5.19 release --- lib/URI/_generic.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/URI/_generic.pm') diff --git a/lib/URI/_generic.pm b/lib/URI/_generic.pm index 7da92e7..1b472df 100644 --- a/lib/URI/_generic.pm +++ b/lib/URI/_generic.pm @@ -8,7 +8,7 @@ use parent qw(URI URI::_query); use URI::Escape qw(uri_unescape); use Carp (); -our $VERSION = '5.19'; +our $VERSION = '5.20'; my $ACHAR = URI::HAS_RESERVED_SQUARE_BRACKETS ? $URI::uric : $URI::uric4host; $ACHAR =~ s,\\[/?],,g; my $PCHAR = $URI::uric; $PCHAR =~ s,\\[?],,g; -- cgit v1.2.1