X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Frgit.git;a=blobdiff_plain;f=bin%2Frgit;h=61d3016ed30cb26f6591b9d2ea89131d37562a2b;hp=6b45da539e66840042e8aae6f0214b7dda8ea73b;hb=2d855074bed22a8db30fee878907a706dc81c15b;hpb=04036d6d8571dbd27c04fa83248577a065b9b761 diff --git a/bin/rgit b/bin/rgit index 6b45da5..61d3016 100755 --- a/bin/rgit +++ b/bin/rgit @@ -10,7 +10,7 @@ use List::Util qw/first/; use App::Rgit; -our $VERSION = '0.01'; +our $VERSION = '0.02'; my $cmd = first { !/^-/ } @ARGV; $cmd = ' ' unless defined $cmd; @@ -45,7 +45,7 @@ rgit - Recursively execute a command on all the git repositories in a directory =head1 VERSION -Version 0.01 +Version 0.02 =head1 SYNOPSIS