summaryrefslogtreecommitdiff
path: root/lib/URI/file/Base.pm
diff options
context:
space:
mode:
authorOlaf Alders <olaf@wundersolutions.com>2022-10-10 16:38:30 -0400
committerOlaf Alders <olaf@wundersolutions.com>2022-10-10 16:38:30 -0400
commit2f88ac69f58f548eeb21d942690348588c8aeff2 (patch)
treeff14cf10adfab85858a213d8dc118857dd052e0f /lib/URI/file/Base.pm
parent996b6e05f8e04d45954305b2462f8d9a12503182 (diff)
downloaduri-2f88ac69f58f548eeb21d942690348588c8aeff2.tar.gz
increment $VERSION after 5.14 release
Diffstat (limited to 'lib/URI/file/Base.pm')
-rw-r--r--lib/URI/file/Base.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/URI/file/Base.pm b/lib/URI/file/Base.pm
index af5186d..5c29646 100644
--- a/lib/URI/file/Base.pm
+++ b/lib/URI/file/Base.pm
@@ -5,7 +5,7 @@ use warnings;
use URI::Escape ();
-our $VERSION = '5.14';
+our $VERSION = '5.15';
sub new
{