aboutsummaryrefslogtreecommitdiffstats
path: root/interimap
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2015-09-28 01:17:42 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-09-28 01:17:42 +0200
commita021e204e0844d81766ad13db229839436357c0e (patch)
tree37b14d8f544fc657869dc22e46684729567280d4 /interimap
parent118fab1a68499eed3ec3f4114ad65208ec747451 (diff)
Bump version number.
Diffstat (limited to 'interimap')
-rwxr-xr-xinterimap2
1 files changed, 1 insertions, 1 deletions
diff --git a/interimap b/interimap
index 401bfa2..8a0afe5 100755
--- a/interimap
+++ b/interimap
@@ -21,7 +21,7 @@
use strict;
use warnings;
-our $VERSION = '0.2';
+our $VERSION = '0.3';
my $NAME = 'interimap';
use Getopt::Long qw/:config posix_default no_ignore_case gnu_compat
bundling auto_version/;