From ceae0ac151a5a99514d9c68386c85786132001a9 Mon Sep 17 00:00:00 2001 From: Create or Update Pull Request Action Date: Mon, 25 Nov 2024 16:39:16 +0000 Subject: [PATCH] Update kiota version to 1.20.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3241622..69a2b37 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ ifneq ($(filter arm%,$(OS_ARCH)),) endif # env variables -KIOTA_VERSION ?= "v1.18.0" +KIOTA_VERSION ?= "v1.20.0" HORREUM_BRANCH ?= "master" HORREUM_OPENAPI_PATH ?= "https://raw.githubusercontent.com/Hyperfoil/Horreum/${HORREUM_BRANCH}/docs/site/content/en/openapi/openapi.yaml" GENERATED_CLIENT_PATH = "${PROJECT_PATH}/src/horreum/raw_client"