diff options
author | Olaf Alders <olaf@wundersolutions.com> | 2022-10-12 09:11:07 -0400 |
---|---|---|
committer | Olaf Alders <olaf@wundersolutions.com> | 2022-10-12 09:11:07 -0400 |
commit | 4a7a7294eb9b9b2416b3dd491227e4a8dcb45e1a (patch) | |
tree | 15a2530b400da9cf44d1659cdf6f28c4fea5553a /lib/URI/Heuristic.pm | |
parent | ee5f7634aa902214a4da79ba44ba61dbf56f0abc (diff) | |
download | uri-4a7a7294eb9b9b2416b3dd491227e4a8dcb45e1a.tar.gz |
increment $VERSION after 5.16 release
Diffstat (limited to 'lib/URI/Heuristic.pm')
-rw-r--r-- | lib/URI/Heuristic.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/URI/Heuristic.pm b/lib/URI/Heuristic.pm index 8cb82a0..bb3ad2b 100644 --- a/lib/URI/Heuristic.pm +++ b/lib/URI/Heuristic.pm @@ -91,7 +91,7 @@ use warnings; use Exporter 5.57 'import'; our @EXPORT_OK = qw(uf_uri uf_uristr uf_url uf_urlstr); -our $VERSION = '5.16'; +our $VERSION = '5.17'; our ($MY_COUNTRY, $DEBUG); |