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