Skip to content

Commit

Permalink
0.005
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Mar 8, 2021
1 parent b973b07 commit 2a49c82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
@@ -1,3 +1,4 @@
0.005 2021-03-08
- avoid "path" as stash value because now reserved

0.004 2020-09-28
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Command/proxy.pm
Expand Up @@ -4,7 +4,7 @@ use Mojo::Util qw(getopt url_escape);
use Mojo::URL;
use Mojolicious::Routes;

our $VERSION = '0.004';
our $VERSION = '0.005';

has description => 'Proxy web requests elsewhere';
has usage => sub { shift->extract_usage . "\n" };
Expand Down

0 comments on commit 2a49c82

Please sign in to comment.