From: Matt S Trout Date: Tue, 29 Jul 2014 03:17:22 +0000 (+0000) Subject: bump version X-Git-Tag: v0.003003~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=commitdiff_plain;h=907c9c830593819ba24a822214ec427f3bc5bfb5 bump version --- diff --git a/lib/Object/Remote.pm b/lib/Object/Remote.pm index 5cc2524..63143ed 100644 --- a/lib/Object/Remote.pm +++ b/lib/Object/Remote.pm @@ -5,7 +5,7 @@ use Object::Remote::Handle; use Object::Remote::Logging qw( :log ); use Module::Runtime qw(use_module); -our $VERSION = '0.003002'; # 0.3.2 +our $VERSION = '0.003003'; # 0.3.3 sub new::on { my ($class, $on, @args) = @_;