From e3edf935224bffcf29bfe7f91089ba4c217b533d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 12:31:23 +0000 Subject: [PATCH] serverless: Update to version 2.72.0 --- bucket/serverless.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/serverless.json b/bucket/serverless.json index 4a29d69b7a..d72ee5919b 100644 --- a/bucket/serverless.json +++ b/bucket/serverless.json @@ -1,12 +1,12 @@ { - "version": "2.71.0", + "version": "2.72.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/v2.71.0/serverless-win-x64.exe#/serverless.exe", - "hash": "92dc421315e7d231a1f14cce2b0367167bc98dfe3786cdfb1bb6dbd93b1af460" + "url": "https://github.com/serverless/serverless/releases/download/v2.72.0/serverless-win-x64.exe#/serverless.exe", + "hash": "d2815de693a1b2ae5fc279b0b10fc238b59f51a2e4b894457c2dd463df9f2b01" } }, "bin": "serverless.exe",