Bump to 0.13
Shawn M Moore [Fri, 5 Dec 2008 01:21:39 +0000 (01:21 +0000)]
Changes
lib/Mouse.pm

diff --git a/Changes b/Changes
index b2c501f..d167e55 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Mouse
 
+0.13
+
 0.12 Thu Dec 4 19:23:10 2008
     * Provide Test::Exception function unless it's version 0.27 - RT #41254
 
index 380d9b2..12e4707 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use base 'Exporter';
 
-our $VERSION = '0.12';
+our $VERSION = '0.13';
 use 5.006;
 
 use Carp 'confess';