From c6e9ab48237e8354626d6967bc420db79faf7349 Mon Sep 17 00:00:00 2001 From: Hans Dieter Pearcey Date: Thu, 19 Jun 2008 15:46:06 -0400 Subject: [PATCH] [bump] 0.003 -> 0.004 --- README | 2 +- lib/Git/Wrapper.pm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 23670be..d5aa694 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Git-Wrapper 0.003 +Git-Wrapper 0.004 INSTALLATION diff --git a/lib/Git/Wrapper.pm b/lib/Git/Wrapper.pm index a327c98..0f5d6dd 100644 --- a/lib/Git/Wrapper.pm +++ b/lib/Git/Wrapper.pm @@ -3,7 +3,7 @@ use warnings; package Git::Wrapper; -our $VERSION = '0.003'; +our $VERSION = '0.004'; use IPC::Open3 () ; use Symbol; use File::pushd; @@ -160,7 +160,7 @@ Git::Wrapper - wrap git(7) command-line interface =head1 VERSION - Version 0.003 + Version 0.004 =head1 SYNOPSIS