Skip to content

Commit

Permalink
Bumped default at version to 1.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
okappes committed Dec 9, 2013
1 parent 2105779 commit a3a6dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Expand Up @@ -27,7 +27,7 @@ app.set('port', port);

app.use(function(req, res, next) {
res.locals.host = (req.secure ? "https://" : "http://") + (req.header('x-forwarded-host') ? req.header('x-forwarded-host') : req.headers.host);
res.locals.atversion = req.query.atversion || "1.4.11";
res.locals.atversion = req.query.atversion || "1.4.13";
next();
});
app.use(express["static"](__dirname + '/public'));
Expand Down

0 comments on commit a3a6dc7

Please sign in to comment.