summaryrefslogtreecommitdiff
path: root/lib/URI/nntp.pm
diff options
context:
space:
mode:
authorOlaf Alders <olaf@wundersolutions.com>2022-10-06 12:50:55 -0400
committerOlaf Alders <olaf@wundersolutions.com>2022-10-06 12:50:55 -0400
commit72a9be7c6d29a6b807fa0a726429e9ca8c93c184 (patch)
tree12edb31c88563fc296ca90be5126aea3aff98469 /lib/URI/nntp.pm
parent055714c25faf31d2bc037d3332a472b42daff0e6 (diff)
downloaduri-72a9be7c6d29a6b807fa0a726429e9ca8c93c184.tar.gz
increment $VERSION after 5.13 release
Diffstat (limited to 'lib/URI/nntp.pm')
-rw-r--r--lib/URI/nntp.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/URI/nntp.pm b/lib/URI/nntp.pm
index 89dd3fb..810b64c 100644
--- a/lib/URI/nntp.pm
+++ b/lib/URI/nntp.pm
@@ -3,7 +3,7 @@ package URI::nntp; # draft-gilman-news-url-01
use strict;
use warnings;
-our $VERSION = '5.13';
+our $VERSION = '5.14';
use parent 'URI::news';