Bump versions
[catagits/Catalyst-Plugin-Static-Simple.git] / lib / Catalyst / Plugin / Static / Simple.pm
index 4f1a1c9..c7708e6 100644 (file)
@@ -7,7 +7,7 @@ use IO::File ();
 use MIME::Types ();
 use namespace::autoclean;
 
-our $VERSION = '0.26';
+our $VERSION = '0.27';
 
 has _static_file => ( is => 'rw' );
 has _static_debug_message => ( is => 'rw', isa => 'Str' );