Bumping version to 0.37
[catagits/Catalyst-Plugin-Static-Simple.git] / lib / Catalyst / Plugin / Static / Simple.pm
index ef6aee2..e547b72 100755 (executable)
@@ -8,7 +8,7 @@ use MIME::Types ();
 use Catalyst::Utils;
 use namespace::autoclean;
 
-our $VERSION = '0.36';
+our $VERSION = '0.37';
 
 has _static_file => ( is => 'rw' );
 has _static_debug_message => ( is => 'rw', isa => 'ArrayRef[Str]' );