diff --git a/cloudfront-auth-dashboard-production-redirect/index.js b/cloudfront-auth-dashboard-production-redirect/index.js index d69eed1..b4800c9 100644 --- a/cloudfront-auth-dashboard-production-redirect/index.js +++ b/cloudfront-auth-dashboard-production-redirect/index.js @@ -1,6 +1,6 @@ "use strict"; -const GLOBAL_VERSION = "v8"; +const GLOBAL_VERSION = "v9"; exports.handler = (event, context, callback) => { const version = GLOBAL_VERSION;