From 6d61ae5938256f5f71b7ce6dd1ecf57fee5cd95e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 May 2022 20:28:35 +0000 Subject: [PATCH] serverless: Update to version 3.18.0 --- bucket/serverless.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/serverless.json b/bucket/serverless.json index 8d047b2413..084e0653c2 100644 --- a/bucket/serverless.json +++ b/bucket/serverless.json @@ -1,12 +1,12 @@ { - "version": "3.17.0", + "version": "3.18.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.17.0/serverless-win-x64.exe#/serverless.exe", - "hash": "fc37224e44ae20a68fbbc2a65a335f064452939e20854d53c1d5ad66fd1a6a39" + "url": "https://github.com/serverless/serverless/releases/download/v3.18.0/serverless-win-x64.exe#/serverless.exe", + "hash": "1fa203a816234496343b4c2eecee8400c32b647f8ca700c39a25aef4f79deed9" } }, "bin": "serverless.exe",