summaryrefslogtreecommitdiff
path: root/lib/URI/gopher.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/gopher.pm
parent996b6e05f8e04d45954305b2462f8d9a12503182 (diff)
downloaduri-2f88ac69f58f548eeb21d942690348588c8aeff2.tar.gz
increment $VERSION after 5.14 release
Diffstat (limited to 'lib/URI/gopher.pm')
-rw-r--r--lib/URI/gopher.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/URI/gopher.pm b/lib/URI/gopher.pm
index e0c4f15..9cf634a 100644
--- a/lib/URI/gopher.pm
+++ b/lib/URI/gopher.pm
@@ -3,7 +3,7 @@ package URI::gopher; # <draft-murali-url-gopher>, Dec 4, 1996
use strict;
use warnings;
-our $VERSION = '5.14';
+our $VERSION = '5.15';
use parent 'URI::_server';