summaryrefslogtreecommitdiff
path: root/lib/URI/_segment.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/URI/_segment.pm')
-rw-r--r--lib/URI/_segment.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/URI/_segment.pm b/lib/URI/_segment.pm
index 5d28655..dda6625 100644
--- a/lib/URI/_segment.pm
+++ b/lib/URI/_segment.pm
@@ -11,7 +11,7 @@ use URI::Escape qw(uri_unescape);
use overload '""' => sub { $_[0]->[0] },
fallback => 1;
-our $VERSION = '5.15';
+our $VERSION = '5.16';
sub new
{