Skip to content

Commit

Permalink
Release preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
arpadszasz committed Jan 31, 2013
1 parent 33b830a commit 1425032
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README
Expand Up @@ -45,6 +45,7 @@ Code has been contributed by the following:
pboyd (Paul Boyd)
sri (Sebastian Riedel)
oetiker (Tobias Oetiker)
stigtsp (Stig Palmquist)


BUGS
Expand Down
4 changes: 2 additions & 2 deletions dist.ini
Expand Up @@ -2,9 +2,9 @@ name = Mojo-Server-FastCGI
author = Árpád Szász <arpad.szasz@plenum.ro>
license = Artistic_2_0
copyright_holder = Árpád Szász
copyright_year = 2012
copyright_year = 2013

version = 0.4
version = 0.41

[Prereqs]
Mojolicious = 3.21
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Server/FastCGI.pm
Expand Up @@ -6,7 +6,7 @@ use IO::Socket;

use constant DEBUG => $ENV{MOJO_FASTCGI_DEBUG} || 0;

our $VERSION = '0.4';
our $VERSION = '0.41';

# Roles
my @ROLES = qw/RESPONDER AUTHORIZER FILTER/;
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Command/fastcgi.pm
Expand Up @@ -3,7 +3,7 @@ use Mojo::Base 'Mojolicious::Command';

use Mojo::Server::FastCGI;

our $VERSION = '0.4';
our $VERSION = '0.41';

has description => <<'EOF';
Start application with FastCGI.
Expand Down

0 comments on commit 1425032

Please sign in to comment.