foo
Stevan Little [Tue, 14 Nov 2006 18:37:16 +0000 (18:37 +0000)]
README
lib/Moose.pm

diff --git a/README b/README
index 1696dfc..9cc6fba 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Moose version 0.15
+Moose version 0.17
 ===========================
 
 See the individual module documentation for more information
index a72df14..628a9e6 100644 (file)
@@ -4,7 +4,7 @@ package Moose;
 use strict;
 use warnings;
 
-our $VERSION = '0.16';
+our $VERSION = '0.17';
 
 use Scalar::Util 'blessed', 'reftype';
 use Carp         'confess';