version bump
[p5sagit/Function-Parameters.git] / lib / Function / Parameters.pm
index f601efd..2e2f580 100644 (file)
@@ -9,7 +9,7 @@ use Carp qw(confess);
 
 use XSLoader;
 BEGIN {
-       our $VERSION = '0.09';
+       our $VERSION = '0.10';
        XSLoader::load;
 }