Version 0.27.
[gitmo/MooseX-Getopt.git] / lib / MooseX / Getopt.pm
index eed3afc..e8b6812 100644 (file)
@@ -3,7 +3,7 @@ use Moose::Role;
 
 use constant _HAVE_GLD => not not eval { require Getopt::Long::Descriptive };
 
-our $VERSION   = '0.26';
+our $VERSION   = '0.27';
 our $AUTHORITY = 'cpan:STEVAN';
 
 with _HAVE_GLD ? 'MooseX::Getopt::GLD' : 'MooseX::Getopt::Basic';