From 1a277a3665dbddbf0ec57000d0f976f88a2ef980 Mon Sep 17 00:00:00 2001 From: AzureFunctions Date: Mon, 20 Jul 2026 20:30:48 +0000 Subject: [PATCH] build: update Azure Functions Runtime V2 version to 1.2.0 --- runtimes/v2/azure_functions_runtime/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtimes/v2/azure_functions_runtime/version.py b/runtimes/v2/azure_functions_runtime/version.py index d5c104059..f89e9b331 100644 --- a/runtimes/v2/azure_functions_runtime/version.py +++ b/runtimes/v2/azure_functions_runtime/version.py @@ -1,4 +1,4 @@ # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. -VERSION = '1.1.1' +VERSION = '1.2.0'