From: Tyler Riddle Date: Wed, 5 Dec 2012 21:42:37 +0000 (-0800) Subject: start at 0.3.1 instead of 0.3.0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3240e7d8a95a2e392989fb522e3b454049c467a0;p=scpubgit%2FObject-Remote.git start at 0.3.1 instead of 0.3.0 --- diff --git a/lib/Object/Remote.pm b/lib/Object/Remote.pm index b8f7645..55b6b59 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.003000'; # 0.3.0 +our $VERSION = '0.003001'; # 0.3.1 sub new::on { my ($class, $on, @args) = @_;