summaryrefslogtreecommitdiff
path: root/lib/URI/nntps.pm
diff options
context:
space:
mode:
authorOlaf Alders <olaf@wundersolutions.com>2022-10-12 09:11:07 -0400
committerOlaf Alders <olaf@wundersolutions.com>2022-10-12 09:11:07 -0400
commit4a7a7294eb9b9b2416b3dd491227e4a8dcb45e1a (patch)
tree15a2530b400da9cf44d1659cdf6f28c4fea5553a /lib/URI/nntps.pm
parentee5f7634aa902214a4da79ba44ba61dbf56f0abc (diff)
downloaduri-4a7a7294eb9b9b2416b3dd491227e4a8dcb45e1a.tar.gz
increment $VERSION after 5.16 release
Diffstat (limited to 'lib/URI/nntps.pm')
-rw-r--r--lib/URI/nntps.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/URI/nntps.pm b/lib/URI/nntps.pm
index 0827949..400ef94 100644
--- a/lib/URI/nntps.pm
+++ b/lib/URI/nntps.pm
@@ -3,7 +3,7 @@ package URI::nntps;
use strict;
use warnings;
-our $VERSION = '5.16';
+our $VERSION = '5.17';
use parent 'URI::nntp';