bump version to 1.09
[gitmo/Moose.git] / lib / Moose / Meta / Instance.pm
index 10c3d6d..b983857 100644 (file)
@@ -4,7 +4,7 @@ package Moose::Meta::Instance;
 use strict;
 use warnings;
 
-our $VERSION   = '1.08';
+our $VERSION   = '1.09';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';