bump version to 1.19
[gitmo/Moose.git] / lib / Moose / Meta / Method / Accessor.pm
index 837eb1d..a293f8e 100644 (file)
@@ -4,7 +4,7 @@ package Moose::Meta::Method::Accessor;
 use strict;
 use warnings;
 
-our $VERSION   = '1.18';
+our $VERSION   = '1.19';
 $VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';