Bumping version to 0.37
Dagfinn Ilmari Mannsåker [Wed, 5 May 2021 14:26:32 +0000 (15:26 +0100)]
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]' );