From 9a35546f90e25e2bb9e49f8c378c28b629e86aaa Mon Sep 17 00:00:00 2001 From: "mahlon@martini.nu" Date: Sat, 21 Jun 2014 20:36:32 +0000 Subject: [PATCH] Bump version. FossilOrigin-Name: 0bfe0c4a869a70a08c8e909e3c33f3eb7a42e84f6f1d3664e9ec87a19e575b4a --- shelldap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shelldap b/shelldap index 0853241..f0dd8a7 100755 --- a/shelldap +++ b/shelldap @@ -2200,7 +2200,7 @@ use strict; use warnings; $0 = 'shelldap'; -my $VERSION = '1.0.2'; +my $VERSION = '1.1.0'; use Getopt::Long; use YAML::Syck;