aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2020-08-03 14:53:06 +0200
committerGuilhem Moulin <guilhem@fripost.org>2020-08-03 20:29:56 +0200
commit8235ce0f68063fed88d864477b41e1c2903d0966 (patch)
tree3f7260b9ee0ee65006e12c0684768dd21cc0939d
parent821d0ea7b5c3802952ee99ca98dbe379908b2649 (diff)
Bump version number.
-rwxr-xr-xinterimap2
-rwxr-xr-xpullimap2
2 files changed, 2 insertions, 2 deletions
diff --git a/interimap b/interimap
index 6448d2b..670f746 100755
--- a/interimap
+++ b/interimap
@@ -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
diff --git a/pullimap b/pullimap
index d1c607a..e4747eb 100755
--- a/pullimap
+++ b/pullimap
@@ -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';