Bump to 0.08
Shawn M Moore [Sun, 28 Sep 2008 05:30:45 +0000 (05:30 +0000)]
Changes
lib/Mouse.pm

diff --git a/Changes b/Changes
index 4e24de2..311145e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Mouse
 
+0.08
+
 0.07 Sun Sep 28 00:19:07 2008
     * All runtime dependencies have been removed! The only change in
       functionality (hopefully) is that the Sub::Exporter features can no
index e483366..9cdf40f 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use base 'Exporter';
 
-our $VERSION = '0.07';
+our $VERSION = '0.08';
 use 5.006;
 
 use Carp 'confess';