diff --git a/Worker.nuspec b/Worker.nuspec index 9a34fe56..e8de7ca2 100644 --- a/Worker.nuspec +++ b/Worker.nuspec @@ -2,7 +2,7 @@ Microsoft.Azure.Functions.NodeJsWorker - 3.9.1 + 3.10.0 Microsoft Microsoft false diff --git a/package-lock.json b/package-lock.json index 6902bbb2..7d275cef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "azure-functions-nodejs-worker", - "version": "3.9.1", + "version": "3.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "azure-functions-nodejs-worker", - "version": "3.9.1", + "version": "3.10.0", "license": "(MIT OR Apache-2.0)", "dependencies": { "@azure/functions": "^3.5.0", diff --git a/package.json b/package.json index 11698131..e2d33cd3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "azure-functions-nodejs-worker", "author": "Microsoft Corporation", - "version": "3.9.1", + "version": "3.10.0", "description": "Microsoft Azure Functions NodeJS Worker", "license": "(MIT OR Apache-2.0)", "dependencies": { diff --git a/src/constants.ts b/src/constants.ts index 58319399..c4f6720c 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,4 +1,4 @@ // Copyright (c) .NET Foundation. All rights reserved. // Licensed under the MIT License. -export const version = '3.9.1'; +export const version = '3.10.0';