Skip to content

Commit

Permalink
change the code name
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jul 4, 2016
1 parent d780e03 commit 5148040
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,6 +1,6 @@

7.0 2016-07-04
- Code name "Nerd Face", this is a major release.
- Code name "Thinking Face", this is a major release.
- Removed Mojolicious::Plugin::Charset.
- Removed squish method from Mojo::ByteStream.
- Removed squish function from Mojo::Util.
Expand Down
4 changes: 2 additions & 2 deletions 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 = 'Nerd Face';
our $CODENAME = 'Thinking Face';
our $VERSION = '7.0';

sub AUTOLOAD {
Expand Down Expand Up @@ -718,7 +718,7 @@ L<http://www.apache.org/licenses/LICENSE-2.0>.
Every major release of L<Mojolicious> has a code name, these are the ones that
have been used in the past.
7.0, C<Nerd Face> (U+1F913)
7.0, C<Thinking Face> (U+1F914)
6.0, C<Clinking Beer Mugs> (U+1F37B)
Expand Down

0 comments on commit 5148040

Please sign in to comment.