From: Karen Etheridge Date: Sun, 7 Jun 2015 22:04:22 +0000 (-0700) Subject: bump version to 1.000005 X-Git-Tag: v1.000005~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FObject-Tap.git;a=commitdiff_plain;h=c9c985cf6239f2e8a647b8eb20232cddd1ca5448 bump version to 1.000005 --- diff --git a/lib/Object/Tap.pm b/lib/Object/Tap.pm index f0edc40..74f2803 100644 --- a/lib/Object/Tap.pm +++ b/lib/Object/Tap.pm @@ -4,7 +4,7 @@ use strict; use warnings; use base qw(Exporter); -our $VERSION = '1.000003'; # 1.0.3 +our $VERSION = '1.000005'; our @EXPORT = qw($_tap);