Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 27, 2023
1 parent 3fdc9dc commit 75124ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

9.36 2023-10-28

9.35 2023-10-27
- Added EXPERIMENTAL support for persistent cookies in Netscape format.
- Added EXPERIMENTAL file attribute to Mojo::UserAgent::CookieJar.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious.pm
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ has ua => sub { Mojo::UserAgent->new };
has validator => sub { Mojolicious::Validator->new };

our $CODENAME = 'Waffle';
our $VERSION = '9.35';
our $VERSION = '9.36';

sub BUILD_DYNAMIC {
my ($class, $method, $dyn_methods) = @_;
Expand Down

0 comments on commit 75124ab

Please sign in to comment.