summaryrefslogtreecommitdiff
path: root/bin/raps2
diff options
context:
space:
mode:
Diffstat (limited to 'bin/raps2')
-rwxr-xr-xbin/raps24
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/raps2 b/bin/raps2
index 54d5d3c..62e70e1 100755
--- a/bin/raps2
+++ b/bin/raps2
@@ -11,7 +11,7 @@ use App::Raps2;
my $raps2 = App::Raps2->new();
my ( $action, @args ) = @ARGV;
-our $VERSION = '0.3';
+our $VERSION = '0.4';
given ($action) {
when ('add') { $raps2->cmd_add(@args) }
@@ -37,7 +37,7 @@ B<raps2> I<action> I<args ...>
=head1 VERSION
-This manual documents B<raps2> version 0.3
+This manual documents B<raps2> version 0.4
=head1 DESCRIPTION