projects
/
p5sagit/Object-Tap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1ab6930
)
increment $VERSION after 1.000006 release
Matt S Trout [Thu, 13 Jul 2017 18:42:58 +0000 (18:42 +0000)]
lib/Object/Tap.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Object/Tap.pm
b/lib/Object/Tap.pm
index
ce6ddab
..
bb8e186
100644
(file)
--- 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);