bump version to 0.30
sunnavy [Thu, 17 Sep 2009 12:15:39 +0000 (20:15 +0800)]
Changes
lib/Mouse.pm

diff --git a/Changes b/Changes
index e01ae86..cb2f29f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Mouse
 
+0.30
+
 0.29 Thu Sep 17 11:49:49 2009
 
     * role class has ->meta in method_list, because it does in Moose since 0.90
index 03aa91f..264f32c 100644 (file)
@@ -4,7 +4,7 @@ use warnings;
 use 5.006;
 use base 'Exporter';
 
-our $VERSION = '0.29';
+our $VERSION = '0.30';
 
 use Carp 'confess';
 use Scalar::Util 'blessed';