From 25d665f4a4f3e492560616554046e4757ecb5f91 Mon Sep 17 00:00:00 2001 From: Yuval Kogman Date: Sun, 5 Jul 2009 22:34:30 -0500 Subject: [PATCH] versio bump --- lib/MooseX/App/Cmd.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/MooseX/App/Cmd.pm b/lib/MooseX/App/Cmd.pm index 17e458a..e698a43 100644 --- a/lib/MooseX/App/Cmd.pm +++ b/lib/MooseX/App/Cmd.pm @@ -23,7 +23,7 @@ sub BUILD { $self->{full_arg0} = $arg0; } -our $VERSION = "0.04"; +our $VERSION = "0.05"; __PACKAGE__;