Skip to content

Commit 9c76e12

Browse files
author
Brad Bowman
committed
Bump version to 0.04
0.03 was the last CPAN release, not sure why the was not reflected in git.
1 parent d618d0d commit 9c76e12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Plack/Middleware/ReverseProxyPath.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use 5.006;
44
use strict;
55
use warnings;
66
use parent qw(Plack::Middleware);
7-
our $VERSION = '0.01';
7+
our $VERSION = '0.04';
88

99
sub call {
1010
my $self = shift;

0 commit comments

Comments
 (0)