Bump $VERSION to 0.79
[p5sagit/Devel-Size.git] / lib / Devel / Size.pm
index 059b4d1..65eec3a 100644 (file)
@@ -14,7 +14,7 @@ require XSLoader;
 # This allows declaration   use Devel::Size ':all';
 %EXPORT_TAGS = ( 'all' => \@EXPORT_OK );
 
-$VERSION = '0.78_52';
+$VERSION = '0.79';
 
 XSLoader::load( __PACKAGE__);