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