Bump $VERSION to 0.80
[p5sagit/Devel-Size.git] / lib / Devel / Size.pm
index 883e0b1..45cfc4c 100644 (file)
@@ -14,7 +14,7 @@ require XSLoader;
 # This allows declaration   use Devel::Size ':all';
 %EXPORT_TAGS = ( 'all' => \@EXPORT_OK );
 
-$VERSION = '0.79_54';
+$VERSION = '0.80';
 
 XSLoader::load( __PACKAGE__);