From 34cfb178c9153817eb9f4353867d10eac3145cc5 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 e3b8d14..8e7ef43 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 ?= "0.16" 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"