X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FInstance.pm;h=43521ee1d486d7103235cdf515ad214ab114674b;hb=8b5074ce1a5038824f1e1177cd00d1bcfec5a9fb;hp=3a9f9f156b30cc2b3dc840e0132327ac5daa4a55;hpb=549d1705e231156a7c275663e2e9954e6152eae7;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Instance.pm b/lib/Moose/Meta/Instance.pm index 3a9f9f1..43521ee 100644 --- a/lib/Moose/Meta/Instance.pm +++ b/lib/Moose/Meta/Instance.pm @@ -4,7 +4,7 @@ package Moose::Meta::Instance; use strict; use warnings; -our $VERSION = '0.96'; +our $VERSION = '0.97'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';