Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 11, 2023
1 parent 23c7956 commit 4cf8bab
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.35 2023-09-12

9.34 2023-09-11
- Added support for serving static files with a prefix.
- Deprecated Mojo::File::spurt in favor of Mojo::File::spew.
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.34';
our $VERSION = '9.35';

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

0 comments on commit 4cf8bab

Please sign in to comment.