Bump version
[catagits/DOM-Tiny.git] / lib / DOM / Tiny / _Collection.pm
index 1046bd7..da649dd 100644 (file)
@@ -8,7 +8,7 @@ use Scalar::Util 'blessed';
 
 use constant REDUCE => ($] >= 5.008009 ? \&List::Util::reduce : \&_reduce);
 
-our $VERSION = '0.003';
+our $VERSION = '0.004';
 
 sub new {
   my $class = shift;