Don't reuse temp files in tests
[p5sagit/p5-mst-13.2.git] / lib / version.pm
index 703c163..998180b 100644 (file)
@@ -6,7 +6,7 @@ use strict;
 
 use vars qw(@ISA $VERSION $CLASS *qv);
 
-$VERSION = 0.67;
+$VERSION = 0.76;
 
 $CLASS = 'version';