From 2376b90151066581d6c8c966a720feb15fdbd173 Mon Sep 17 00:00:00 2001 From: Sebastian Riedel Date: Sat, 23 Nov 2024 15:15:41 +0100 Subject: [PATCH] Bump version --- Changes | 2 ++ lib/Mojolicious.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 9cd11b6b48..6520788617 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,6 @@ +9.40 2024-11-24 + 9.39 2024-11-23 - Added EXPERIMENTAL support for encrypted session cookies. This feature is much more secure than signed cookies and can be enabled by installing CryptX and setting the diff --git a/lib/Mojolicious.pm b/lib/Mojolicious.pm index 1d3780797a..95d7fa9c03 100644 --- a/lib/Mojolicious.pm +++ b/lib/Mojolicious.pm @@ -57,7 +57,7 @@ has ua => sub { Mojo::UserAgent->new }; has validator => sub { Mojolicious::Validator->new }; our $CODENAME = 'Waffle'; -our $VERSION = '9.39'; +our $VERSION = '9.40'; sub BUILD_DYNAMIC { my ($class, $method, $dyn_methods) = @_;