Bump to 0.18
Shawn M Moore [Wed, 18 Feb 2009 01:19:18 +0000 (01:19 +0000)]
Changes
lib/Mouse.pm

diff --git a/Changes b/Changes
index eee5a3e..0878084 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Mouse
 
+0.18
+
 0.17 Tue Feb 17 20:10:29 2009
     * Load mro directly if Perl is recent enough (Nicholas Clark)
 
index be0ee4b..737dfc9 100644 (file)
@@ -4,7 +4,7 @@ use warnings;
 use 5.006;
 use base 'Exporter';
 
-our $VERSION = '0.17';
+our $VERSION = '0.18';
 
 BEGIN {
     if ($ENV{MOUSE_DEBUG}) {