Skip to content

Commit 834a1f3

Browse files
committed
Bump version
1 parent dd9d839 commit 834a1f3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2+
9.43 2025-10-02
3+
24
9.42 2025-10-01
35
- Un-deprecated the spurt method in Mojo::File, it is now an alternative to spew.
46
- Removed experimental status from top-level await support in Mojo::Promise.

lib/Mojolicious.pm

Lines changed: 1 addition & 1 deletion
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.42';
60+
our $VERSION = '9.43';
6161

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

0 commit comments

Comments
 (0)