From: Graham Knop Date: Wed, 27 Nov 2019 15:58:04 +0000 (+0100) Subject: Bumping version to 0.004001 X-Git-Tag: v0.004001~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=commitdiff_plain;h=a5839b97d7974d7216a44016e9bbae274328fd26 Bumping version to 0.004001 --- diff --git a/lib/Object/Remote.pm b/lib/Object/Remote.pm index c2324df..fbfe79f 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.004000'; # 0.4.0 +our $VERSION = '0.004001'; # v0.4.1 sub new::on { my ($class, $on, @args) = @_;