From: Matt S Trout Date: Tue, 19 Mar 2013 23:24:04 +0000 (+0000) Subject: bump version X-Git-Tag: v0.003002~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=commitdiff_plain;h=b7ebf243350cdf8892c004616f58a8f1e6e94513;hp=9addd593a1de6ccded3b3c1ed433821f0850d9a8 bump version --- diff --git a/lib/Object/Remote.pm b/lib/Object/Remote.pm index d4c269b..5cc2524 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.003001_01'; # 0.3.1 +our $VERSION = '0.003002'; # 0.3.2 sub new::on { my ($class, $on, @args) = @_;