From 01b3c4929d27d3d734dcf07c1a5fc0d36f22100f Mon Sep 17 00:00:00 2001 From: Mitchell Laferla Date: Thu, 24 Aug 2023 17:20:47 -0700 Subject: [PATCH] updated version --- host.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host.json b/host.json index f45cbbb..94890e0 100644 --- a/host.json +++ b/host.json @@ -20,7 +20,7 @@ }, "extensionBundle": { "id": "Microsoft.Azure.Functions.ExtensionBundle", - "version": "[1.*, 2.0.0)" + "version": "[1.*, 2.0.0, 2.6.1)" }, "functions": [ "QueueProcessor", "GitHubWebHook" ], "functionTimeout": "00:05:00",