From: Matt S Trout <mst@shadowcat.co.uk>
Date: Sun, 10 Jan 2016 19:58:39 +0000 (+0000)
Subject: bump version
X-Git-Tag: v0.003006~1
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=82d78e8964ee937e837fc21acd06fcb7f9701d6a;p=scpubgit%2FObject-Remote.git

bump version
---

diff --git a/lib/Object/Remote.pm b/lib/Object/Remote.pm
index c8236a2..bacf74d 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.003005'; # 0.3.5
+our $VERSION = '0.003006'; # 0.3.6
 
 sub new::on {
   my ($class, $on, @args) = @_;