diff --git a/functions/latestversion.js b/functions/latestversion.js index ffd88cfd07..e4f4dbd97d 100644 --- a/functions/latestversion.js +++ b/functions/latestversion.js @@ -1,6 +1,6 @@ exports.handler = function(event, context, callback) { // Set the latest version here. - const latestVersion = "v1.15.0"; + const latestVersion = "v1.15.1"; callback(null, { headers: { "Access-Control-Allow-Origin": "*",