Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Mar 8, 2024
1 parent 138d4e2 commit 25e8f5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

9.37 2024-03-08

9.36 2024-03-06
- Updated Bootstrap from version 4 to 5. (sergiotarxz)
- Improved Morbo to restart on deleted files. (hernan604)
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious.pm
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ has ua => sub { Mojo::UserAgent->new };
has validator => sub { Mojolicious::Validator->new };

our $CODENAME = 'Waffle';
our $VERSION = '9.36';
our $VERSION = '9.37';

sub BUILD_DYNAMIC {
my ($class, $method, $dyn_methods) = @_;
Expand Down

0 comments on commit 25e8f5d

Please sign in to comment.