Bump to 0.07
Shawn M Moore [Wed, 23 Jul 2008 06:19:06 +0000 (06:19 +0000)]
Changes
lib/Mouse.pm

diff --git a/Changes b/Changes
index 7207378..3b589fc 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Mouse
 
+0.07
+
 0.06 Thu Jul 23 02:10:07 2008
     * Deprecating before/after/around triggers! Switch back to coderef +
       whatever you used to do. Moose is have it implemented it as an extension
index 089ea86..8d531aa 100644 (file)
@@ -3,7 +3,7 @@ package Mouse;
 use strict;
 use warnings;
 
-our $VERSION = '0.06';
+our $VERSION = '0.07';
 use 5.006;
 
 use Sub::Exporter;