From dbcd24bd4779b1d75c73e80b02ba9628cb37b185 Mon Sep 17 00:00:00 2001 From: Sebastian Riedel Date: Thu, 21 Oct 2021 13:54:35 +0200 Subject: [PATCH] Bump version --- Changes | 2 ++ lib/Mojolicious.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index c8c2c47705..49f53eaf84 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,6 @@ +9.23 2021-10-21 + 9.22 2021-10-16 - Added a referer method to Mojo::Headers, as an alias for the referrer method. - Fixed response status log message to use the "trace" log level instead of "debug". diff --git a/lib/Mojolicious.pm b/lib/Mojolicious.pm index fa6b7aa7de..36a18a30b2 100644 --- a/lib/Mojolicious.pm +++ b/lib/Mojolicious.pm @@ -56,7 +56,7 @@ has ua => sub { Mojo::UserAgent->new }; has validator => sub { Mojolicious::Validator->new }; our $CODENAME = 'Waffle'; -our $VERSION = '9.22'; +our $VERSION = '9.23'; sub BUILD_DYNAMIC { my ($class, $method, $dyn_methods) = @_;