From: Stevan Little Date: Tue, 14 Nov 2006 18:37:16 +0000 (+0000) Subject: foo X-Git-Tag: 0_18~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7688dd05a9ec7a3bbb698e3b3de5562f802b7454;p=gitmo%2FMoose.git foo --- diff --git a/README b/README index 1696dfc..9cc6fba 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Moose version 0.15 +Moose version 0.17 =========================== See the individual module documentation for more information diff --git a/lib/Moose.pm b/lib/Moose.pm index a72df14..628a9e6 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -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';