Bump to 0.24
Shawn M Moore [Wed, 27 May 2009 20:57:45 +0000 (16:57 -0400)]
Changes
lib/Mouse.pm

diff --git a/Changes b/Changes
index 899f627..7de2342 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Mouse
 
+0.24
+
 0.23 Wed May 27 16:52:28 2009
     * Take the mro::linearized_isa DEMOLISHALL fix from Moose
       (originally by doy)
index 22792c9..7cdd243 100644 (file)
@@ -4,7 +4,7 @@ use warnings;
 use 5.006;
 use base 'Exporter';
 
-our $VERSION = '0.23';
+our $VERSION = '0.24';
 
 use Carp 'confess';
 use Scalar::Util 'blessed';