bump version to 1.17
[gitmo/Moose.git] / lib / Moose / Meta / Method / Accessor / Native.pm
index a4996f1..1753b8a 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 use Carp qw( confess );
 use Scalar::Util qw( blessed weaken );
 
-our $VERSION = '1.16';
+our $VERSION = '1.17';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';