Changed everything around so that we're releasing 1.0003, not 1.0009_01. Plus, update...
[dbsrgits/DBM-Deep.git] / lib / DBM / Deep / File.pm
index 8830f1e..c62d81f 100644 (file)
@@ -5,7 +5,7 @@ use 5.006_000;
 use strict;
 use warnings;
 
-our $VERSION = q(1.0009_01);
+our $VERSION = q(1.0003);
 
 use Fcntl qw( :DEFAULT :flock :seek );