diff --git a/shelldap b/shelldap index 0c309a6..2d7882a 100755 --- a/shelldap +++ b/shelldap @@ -1,7 +1,7 @@ #!/usr/bin/env perl # vim: set nosta noet ts=4 sw=4: # -# Copyright (c) 2006-2013, Mahlon E. Smith +# Copyright (c) 2006-2015, Mahlon E. Smith # All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: @@ -2286,7 +2286,7 @@ use strict; use warnings; $0 = 'shelldap'; -my $VERSION = '1.3.0'; +my $VERSION = '1.3.1'; use Getopt::Long; use YAML::Syck;