X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Frgit.git;a=blobdiff_plain;f=bin%2Frgit;h=6531094472de7b29ca98bedcd9a8e2c15060c8d3;hp=101d63470156611295b448ee7562e4272b966304;hb=67e585ffae69ce0c350a920658738d7864b1d54a;hpb=17bcb9a2dcb825086561f0c410ae5cbf6f7eb7c7 diff --git a/bin/rgit b/bin/rgit index 101d634..6531094 100755 --- a/bin/rgit +++ b/bin/rgit @@ -10,7 +10,7 @@ use List::Util qw/first/; use App::Rgit; -our $VERSION = '0.02'; +our $VERSION = '0.03'; 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.02 +Version 0.03 =head1 SYNOPSIS