From 8abd8a1fb173682302a0aa2a406c119f6cce3ef7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 00:33:06 +0000 Subject: [PATCH] serverless: Update to version 3.37.0 --- bucket/serverless.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/serverless.json b/bucket/serverless.json index a64c83ddb9..b15eeed825 100644 --- a/bucket/serverless.json +++ b/bucket/serverless.json @@ -1,12 +1,12 @@ { - "version": "3.36.0", + "version": "3.37.0", "description": "Framework for building and operating serverless applications", "homepage": "https://serverless.com", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/serverless/serverless/releases/download/v3.36.0/serverless-win-x64.exe#/serverless.exe", - "hash": "8a09b07438a8fdd08ea968fdf1c7f594742efabff9f0cf3094e61e66bbed04dc" + "url": "https://github.com/serverless/serverless/releases/download/v3.37.0/serverless-win-x64.exe#/serverless.exe", + "hash": "37dd181d3e251c69f909bd9a76cc7ecc8eee62aa5a78b76715fb0366a80e2bf8" } }, "bin": "serverless.exe",