aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2020-07-01 22:41:05 +0200
committerGuilhem Moulin <guilhem@fripost.org>2020-07-02 00:14:39 +0200
commitbb7790c7e6e4a2ab4f1658222c19978f6601b35b (patch)
treebcc9ae663e10adf9fa32b4f8f4acbe475af87995
parent1507128fcca36093ea9f544e8a44adca5d514605 (diff)
Bump version number.
-rwxr-xr-xinterimap2
-rwxr-xr-xpullimap2
2 files changed, 2 insertions, 2 deletions
diff --git a/interimap b/interimap
index f9be72d..7fce80e 100755
--- a/interimap
+++ b/interimap
@@ -22,7 +22,7 @@ use v5.14.2;
use strict;
use warnings;
-our $VERSION = '0.5';
+our $VERSION = '0.5.1';
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 ee2168d..b7a62e9 100755
--- a/pullimap
+++ b/pullimap
@@ -22,7 +22,7 @@ use v5.20.2;
use strict;
use warnings;
-our $VERSION = '0.4';
+our $VERSION = '0.5.1';
my $NAME = 'pullimap';
use Errno 'EINTR';