diff --git a/Makefile b/Makefile index 1172bde..3c1f01f 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ ifneq ($(filter arm%,$(OS_ARCH)),) endif # env variables -KIOTA_VERSION ?= "v1.12.0" +KIOTA_VERSION ?= "v1.13.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"