Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jun 16, 2016
1 parent c93afc2 commit b0f8f97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,4 +1,6 @@

6.67 2016-06-17

6.66 2016-06-16
- Fixed support for CONNECT requests without keep alive connections in
Mojo::UserAgent. (anparker, sri)
Expand Down
4 changes: 2 additions & 2 deletions lib/Mojolicious.pm
Expand Up @@ -43,7 +43,7 @@ has types => sub { Mojolicious::Types->new };
has validator => sub { Mojolicious::Validator->new };

our $CODENAME = 'Clinking Beer Mugs';
our $VERSION = '6.66';
our $VERSION = '6.67';

sub AUTOLOAD {
my $self = shift;
Expand Down Expand Up @@ -190,7 +190,7 @@ sub _exception {
$c->helpers->reply->exception($@) unless eval { $next->(); 1 };
}

"Ph'nglui mglw'nafh Cthulhu R'lyeh wgah'nagl fhtagn";
1;

=encoding utf8
Expand Down

0 comments on commit b0f8f97

Please sign in to comment.