Skip to content

Commit 907dd0e

Browse files
committed
Bump version
1 parent c4cedf1 commit 907dd0e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Changes

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

2+
8.68 2020-12-05
3+
24
8.67 2020-12-04
35
- Deprecated Mojolicious::Routes::Route::route in favor of Mojolicious::Routes::Route::any.
46
- Deprecated Mojolicious::Routes::Route::over in favor of Mojolicious::Routes::Route::requires.

lib/Mojolicious.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ has ua => sub { Mojo::UserAgent->new };
6464
has validator => sub { Mojolicious::Validator->new };
6565

6666
our $CODENAME = 'Supervillain';
67-
our $VERSION = '8.67';
67+
our $VERSION = '8.68';
6868

6969
sub BUILD_DYNAMIC {
7070
my ($class, $method, $dyn_methods) = @_;

0 commit comments

Comments
 (0)