From 17fd399736b3dddde11256db847c8d68c1859d0c Mon Sep 17 00:00:00 2001 From: Marius Rumpf Date: Wed, 21 Jun 2017 08:18:44 +0200 Subject: [PATCH] Increase version number in index.js According to recent 4.2.0 release --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index a42d3f2..ead0495 100644 --- a/index.js +++ b/index.js @@ -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.