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