Skip to content

Commit

Permalink
Merge pull request #59 from MariusRumpf/patch-1
Browse files Browse the repository at this point in the history
Increase version number in index.js
  • Loading branch information
arithmetric committed Jun 21, 2017
2 parents e417ce0 + 17fd399 commit d681830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

var AWS = require('aws-sdk');

console.log("AWS Lambda SES Forwarder // @arithmetric // Version 4.1.0");
console.log("AWS Lambda SES Forwarder // @arithmetric // Version 4.2.0");

// Configure the S3 bucket and key prefix for stored raw emails, and the
// mapping of email addresses to forward from and to.
Expand Down

0 comments on commit d681830

Please sign in to comment.