version bump
[p5sagit/Function-Parameters.git] / lib / Function / Parameters.pm
index 6ac86dd..b01fbc9 100644 (file)
@@ -9,7 +9,7 @@ use Carp qw(confess);
 
 use XSLoader;
 BEGIN {
-       our $VERSION = '0.07';
+       our $VERSION = '0.08';
        XSLoader::load;
 }