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