summaryrefslogtreecommitdiff
path: root/lib/URI/urn.pm
diff options
context:
space:
mode:
authorOlaf Alders <olaf@wundersolutions.com>2022-11-02 13:04:15 -0400
committerOlaf Alders <olaf@wundersolutions.com>2022-11-02 13:04:15 -0400
commitf68b0cc5f10144639365518292abc36ac80b46af (patch)
treeda5c23714b52ef53528070f14c9c307ca91e5150 /lib/URI/urn.pm
parent5992d58ea38be1969480f7e7199eb03cd86972ba (diff)
downloaduri-f68b0cc5f10144639365518292abc36ac80b46af.tar.gz
increment $VERSION after 5.17 release
Diffstat (limited to 'lib/URI/urn.pm')
-rw-r--r--lib/URI/urn.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/URI/urn.pm b/lib/URI/urn.pm
index 5120b96..aca4b20 100644
--- a/lib/URI/urn.pm
+++ b/lib/URI/urn.pm
@@ -3,7 +3,7 @@ package URI::urn; # RFC 2141
use strict;
use warnings;
-our $VERSION = '5.17';
+our $VERSION = '5.18';
use parent 'URI';