Skip to content

Commit 1c6b7f5

Browse files
committed
Bump version
1 parent 0c4b734 commit 1c6b7f5

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Changes

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

2+
9.39 2024-08-18
3+
24
9.38 2024-08-17
35
- Added support for new core booleans in Perl 5.36+ to Mojo::JSON. (haarg)
46
- Deprecated support for "'" package separators that have been deprecated in Perl. (Grinnz)

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.38';
60+
our $VERSION = '9.39';
6161

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

0 commit comments

Comments
 (0)