summaryrefslogtreecommitdiff
path: root/lib/URI/ldap.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/ldap.pm
parent055714c25faf31d2bc037d3332a472b42daff0e6 (diff)
downloaduri-72a9be7c6d29a6b807fa0a726429e9ca8c93c184.tar.gz
increment $VERSION after 5.13 release
Diffstat (limited to 'lib/URI/ldap.pm')
-rw-r--r--lib/URI/ldap.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/URI/ldap.pm b/lib/URI/ldap.pm
index c5eb2d4..bd9463c 100644
--- a/lib/URI/ldap.pm
+++ b/lib/URI/ldap.pm
@@ -7,7 +7,7 @@ package URI::ldap;
use strict;
use warnings;
-our $VERSION = '5.13';
+our $VERSION = '5.14';
use parent qw(URI::_ldap URI::_server);