Bump version to 1.0015
[dbsrgits/DBM-Deep.git] / lib / DBM / Deep.pm
index 8f4df39..ef13ec3 100644 (file)
@@ -6,7 +6,7 @@ use strict;
 use warnings FATAL => 'all';
 no warnings 'recursion';
 
-our $VERSION = q(1.0014);
+our $VERSION = q(1.0015);
 
 use Data::Dumper ();
 use Scalar::Util ();