bump version to 0.04
[p5sagit/Function-Parameters.git] / lib / Function / Parameters.pm
index 9108695..ac410df 100644 (file)
@@ -3,7 +3,7 @@ package Function::Parameters;
 use strict;
 use warnings;
 
-our $VERSION = '0.03';
+our $VERSION = '0.04';
 
 use Devel::Declare;
 use B::Hooks::EndOfScope;