Skip to content

Commit

Permalink
Bump worker version (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
ejizba committed Oct 20, 2023
1 parent dd2e130 commit 8d629e6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Worker.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>Microsoft.Azure.Functions.NodeJsWorker</id>
<version>3.8.2</version>
<version>3.9.0</version>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "azure-functions-nodejs-worker",
"author": "Microsoft Corporation",
"version": "3.8.2",
"version": "3.9.0",
"description": "Microsoft Azure Functions NodeJS Worker",
"license": "(MIT OR Apache-2.0)",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
@@ -1,4 +1,4 @@
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the MIT License.

export const version = '3.8.2';
export const version = '3.9.0';

0 comments on commit 8d629e6

Please sign in to comment.