Skip to content

Commit

Permalink
fix code name in Mojolicious
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 28, 2015
1 parent 5631020 commit d8323bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
@@ -1,5 +1,6 @@

6.01 2015-02-28
- Fixed code name in Mojolicious.

6.0 2015-02-26
- Code name "Clinking Beer Mugs", this is a major release.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious.pm
Expand Up @@ -42,7 +42,7 @@ has static => sub { Mojolicious::Static->new };
has types => sub { Mojolicious::Types->new };
has validator => sub { Mojolicious::Validator->new };

our $CODENAME = 'Tiger Face';
our $CODENAME = 'Clinking Beer Mugs';
our $VERSION = '6.01';

sub AUTOLOAD {
Expand Down

0 comments on commit d8323bf

Please sign in to comment.