Bump to 0.25
Shawn M Moore [Mon, 15 Jun 2009 18:51:57 +0000 (14:51 -0400)]
Changes
lib/Mouse.pm

diff --git a/Changes b/Changes
index 1e07dc5..6e68014 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Mouse
 
+0.25
+
 0.24 Mon Jun 15 14:47:18 2009
     * Moose's construct_instance is deprecated, use new_object (tokuhirom)
 
index 9cca1dc..97142d4 100644 (file)
@@ -4,7 +4,7 @@ use warnings;
 use 5.006;
 use base 'Exporter';
 
-our $VERSION = '0.24';
+our $VERSION = '0.25';
 
 use Carp 'confess';
 use Scalar::Util 'blessed';