summaryrefslogtreecommitdiff
path: root/lib/URI/snews.pm
diff options
context:
space:
mode:
authorOlaf Alders <olaf@wundersolutions.com>2021-01-29 17:52:37 -0500
committerOlaf Alders <olaf@wundersolutions.com>2021-01-29 17:52:37 -0500
commit3107e58c897fa2fb055785b910f36244f87a9d88 (patch)
treef9b74f7293c21f29bf2b11ebfbe07b0690b1c3a3 /lib/URI/snews.pm
parent406143d3823b0d72019c0b9a0e64115090abe5b0 (diff)
downloaduri-3107e58c897fa2fb055785b910f36244f87a9d88.tar.gz
increment $VERSION after 5.07 release
Diffstat (limited to 'lib/URI/snews.pm')
-rw-r--r--lib/URI/snews.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/URI/snews.pm b/lib/URI/snews.pm
index 52d3e4f..bfb5fd4 100644
--- a/lib/URI/snews.pm
+++ b/lib/URI/snews.pm
@@ -3,7 +3,7 @@ package URI::snews; # draft-gilman-news-url-01
use strict;
use warnings;
-our $VERSION = '5.07';
+our $VERSION = '5.08';
use parent 'URI::news';