From: Matt S Trout Date: Thu, 13 Jul 2017 18:42:58 +0000 (+0000) Subject: increment $VERSION after 1.000006 release X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=070a45785b39e8337a0101afa0d871fab9658cf2;p=p5sagit%2FObject-Tap.git increment $VERSION after 1.000006 release --- diff --git a/lib/Object/Tap.pm b/lib/Object/Tap.pm index ce6ddab..bb8e186 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.000006'; +our $VERSION = '1.000007'; our @EXPORT = qw($_tap);