summaryrefslogtreecommitdiff
path: root/lib/URI/file.pm
diff options
context:
space:
mode:
authorOlaf Alders <olaf@wundersolutions.com>2022-11-02 13:04:15 -0400
committerOlaf Alders <olaf@wundersolutions.com>2022-11-02 13:04:15 -0400
commitf68b0cc5f10144639365518292abc36ac80b46af (patch)
treeda5c23714b52ef53528070f14c9c307ca91e5150 /lib/URI/file.pm
parent5992d58ea38be1969480f7e7199eb03cd86972ba (diff)
downloaduri-f68b0cc5f10144639365518292abc36ac80b46af.tar.gz
increment $VERSION after 5.17 release
Diffstat (limited to 'lib/URI/file.pm')
-rw-r--r--lib/URI/file.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/URI/file.pm b/lib/URI/file.pm
index 0061dfd..ee6b97a 100644
--- a/lib/URI/file.pm
+++ b/lib/URI/file.pm
@@ -4,7 +4,7 @@ use strict;
use warnings;
use parent 'URI::_generic';
-our $VERSION = '5.17';
+our $VERSION = '5.18';
use URI::Escape qw(uri_unescape);