diff options
-rwxr-xr-x | interimap | 2 | ||||
-rwxr-xr-x | pullimap | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -22,7 +22,7 @@ use v5.14.2; use strict; use warnings; -our $VERSION = '0.5.1'; +our $VERSION = '0.5.2'; my $NAME = 'interimap'; my $DATABASE_VERSION = 1; use Getopt::Long qw/:config posix_default no_ignore_case gnu_compat @@ -22,7 +22,7 @@ use v5.20.2; use strict; use warnings; -our $VERSION = '0.5.1'; +our $VERSION = '0.5.2'; my $NAME = 'pullimap'; use Errno 'EINTR'; |