# HG changeset patch # User Mahlon E. Smith # Date 1557769481 25200 # Node ID d6a75d14db1261943924f265119c1812736aabd1 # Parent 6c14c49fe4297f48c2b4d08f6b787d14d9d11e5a Update CONTRIBUTORS and bump version. diff -r 6c14c49fe429 -r d6a75d14db12 CONTRIBUTORS --- a/CONTRIBUTORS Wed May 08 20:45:04 2019 +0200 +++ b/CONTRIBUTORS Mon May 13 10:44:41 2019 -0700 @@ -1,6 +1,7 @@ Adam Spiers Andr Goens Alexander Perlis +Davor Ocelic Dennis Kaarsemaker Emile "iMil" Heitor Gertjan Halkes diff -r 6c14c49fe429 -r d6a75d14db12 shelldap --- a/shelldap Wed May 08 20:45:04 2019 +0200 +++ b/shelldap Mon May 13 10:44:41 2019 -0700 @@ -2691,7 +2691,7 @@ use Fatal qw/open/; $0 = 'shelldap'; -my $VERSION = '1.4.0'; +my $VERSION = '1.5.0'; use Getopt::Long qw(:config no_ignore_case); use YAML::Syck qw//;