diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-05-13 14:01:38 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-05-13 14:01:38 +0200 |
commit | 97beb3e0db45550784dced0abfbe38f0eb65571c (patch) | |
tree | eb84fe70e317fd2ea57b98bff3fe2dcea5fb6ec3 /bin/raps2 | |
parent | 2dce451112537026d805e748f86bb7fbaa554c93 (diff) |
Release v0.20.2
Diffstat (limited to 'bin/raps2')
-rwxr-xr-x | bin/raps2 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ use App::Raps2; my $raps2 = App::Raps2->new(); my ($action, @args) = @ARGV; -my $VERSION = '0.1'; +my $VERSION = '0.2'; $raps2->sanity_check(); $raps2->load_config(); @@ -38,7 +38,7 @@ B<raps2> I<action> I<args ...> =head1 VERSION -This manual documents B<raps2> version 0.1 +This manual documents B<raps2> version 0.2 =head1 DESCRIPTION |