diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 40ba905..38d42ff 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1,6 +1,7 @@ Adam Spiers Andr Goens Alexander Perlis +Davor Ocelic Dennis Kaarsemaker Emile "iMil" Heitor Gertjan Halkes diff --git a/shelldap b/shelldap index ed81928..295ef86 100755 --- a/shelldap +++ b/shelldap @@ -2691,7 +2691,7 @@ use warnings; 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//;