Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed May 8, 2023
1 parent e8e11fb commit c8019a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
@@ -1,4 +1,6 @@

9.33 2022-05-10

9.32 2022-05-09
- Improved file and line number details in async/await exceptions. (batman)
- Fixed various CSS selector equation bugs in Mojo::DOM::CSS. (mauke)
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious.pm
Expand Up @@ -57,7 +57,7 @@ has ua => sub { Mojo::UserAgent->new };
has validator => sub { Mojolicious::Validator->new };

our $CODENAME = 'Waffle';
our $VERSION = '9.32';
our $VERSION = '9.33';

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

0 comments on commit c8019a1

Please sign in to comment.