summaryrefslogtreecommitdiff
path: root/lib/URI/gopher.pm
diff options
context:
space:
mode:
authorOlaf Alders <olaf@wundersolutions.com>2022-10-11 10:49:07 -0400
committerOlaf Alders <olaf@wundersolutions.com>2022-10-11 10:49:07 -0400
commit738c32df015eb6b49533f4feab0acf429541f719 (patch)
treec726dca3e0d4148757d374c7611275a46b1854b2 /lib/URI/gopher.pm
parent21f84cdbe5d20b54404c84aa0c10c925140967f8 (diff)
downloaduri-738c32df015eb6b49533f4feab0acf429541f719.tar.gz
increment $VERSION after 5.15 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 9cf634a..8f64a9f 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.15';
+our $VERSION = '5.16';
use parent 'URI::_server';