Skip to content

Commit

Permalink
Bump VERSION after release
Browse files Browse the repository at this point in the history
  • Loading branch information
amenonsen committed Sep 10, 2012
1 parent 73c3e89 commit 352792b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious.pm
Expand Up @@ -38,7 +38,7 @@ has static => sub { Mojolicious::Static->new };
has types => sub { Mojolicious::Types->new };

our $CODENAME = 'Rainbow';
our $VERSION = '3.39';
our $VERSION = '3.40';

sub AUTOLOAD {
my $self = shift;
Expand Down

0 comments on commit 352792b

Please sign in to comment.