diff options
Diffstat (limited to 'lib/URI/news.pm')
-rw-r--r-- | lib/URI/news.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/URI/news.pm b/lib/URI/news.pm index cadda2b..bb63ef4 100644 --- a/lib/URI/news.pm +++ b/lib/URI/news.pm @@ -3,7 +3,7 @@ package URI::news; # draft-gilman-news-url-01 use strict; use warnings; -our $VERSION = '5.14'; +our $VERSION = '5.15'; use parent 'URI::_server'; |