diff --git a/Worker.nuspec b/Worker.nuspec index fa7b6a1c..5417e102 100644 --- a/Worker.nuspec +++ b/Worker.nuspec @@ -2,7 +2,7 @@ Microsoft.Azure.Functions.NodeJsWorker - 3.11.1 + 3.11.2 Microsoft Microsoft false diff --git a/package-lock.json b/package-lock.json index a748983e..94ed00e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "azure-functions-nodejs-worker", - "version": "3.11.1", + "version": "3.11.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "azure-functions-nodejs-worker", - "version": "3.11.1", + "version": "3.11.2", "license": "(MIT OR Apache-2.0)", "dependencies": { "@azure/functions": "^3.5.0", diff --git a/package.json b/package.json index cf299480..95574288 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "azure-functions-nodejs-worker", "author": "Microsoft Corporation", - "version": "3.11.1", + "version": "3.11.2", "description": "Microsoft Azure Functions NodeJS Worker", "license": "(MIT OR Apache-2.0)", "dependencies": { diff --git a/src/constants.ts b/src/constants.ts index 126e33f4..be784ba2 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,7 +1,7 @@ // Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. -export const version = '3.11.1'; +export const version = '3.11.2'; export const logPrefix = 'LanguageWorkerConsoleLog'; export const upgradeUrl = 'https://aka.ms/functions-nodejs-supported-versions';