Skip to content

Commit c8019a1

Browse files
committed
Bump version
1 parent e8e11fb commit c8019a1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Changes

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2+
9.33 2022-05-10
3+
24
9.32 2022-05-09
35
- Improved file and line number details in async/await exceptions. (batman)
46
- Fixed various CSS selector equation bugs in Mojo::DOM::CSS. (mauke)

lib/Mojolicious.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ has ua => sub { Mojo::UserAgent->new };
5757
has validator => sub { Mojolicious::Validator->new };
5858

5959
our $CODENAME = 'Waffle';
60-
our $VERSION = '9.32';
60+
our $VERSION = '9.33';
6161

6262
sub BUILD_DYNAMIC {
6363
my ($class, $method, $dyn_methods) = @_;

0 commit comments

Comments
 (0)