From: Matt S Trout Date: Wed, 25 Jul 2012 17:06:33 +0000 (+0000) Subject: bump version X-Git-Tag: v0.002003~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=936fd146c5fc777f782f163c4d9f84a75515397b;p=scpubgit%2FObject-Remote.git bump version --- diff --git a/lib/Object/Remote.pm b/lib/Object/Remote.pm index a20ef97..a0eaee5 100644 --- a/lib/Object/Remote.pm +++ b/lib/Object/Remote.pm @@ -4,7 +4,7 @@ use Object::Remote::MiniLoop; use Object::Remote::Handle; use Module::Runtime qw(use_module); -our $VERSION = '0.002002'; # 0.2.2 +our $VERSION = '0.002003'; # 0.2.3 sub new::on { my ($class, $on, @args) = @_;