Update CONTRIBUTORS and bump version. v1.5.0
authorMahlon E. Smith <mahlon@martini.nu>
Mon, 13 May 2019 10:44:41 -0700
changeset 122 d6a75d14db12
parent 121 6c14c49fe429
child 123 42d834bdbb43
Update CONTRIBUTORS and bump version.
CONTRIBUTORS
shelldap
--- 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 <adam@spiers.net>
 Andr Goens <andres.goens@tu-dresden.de>
 Alexander Perlis <aperlis@math.lsu.edu>
+Davor Ocelic <docelic@crystallabs.io>
 Dennis Kaarsemaker <dennis.kaarsemaker@booking.com>
 Emile "iMil" Heitor <imil@home.imil.net>
 Gertjan Halkes <shelldap@ghalkes.nl>
--- 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//;