Skip to content

Commit dc39781

Browse files
committed
Upgrade Kiota to 1.13.0
1 parent 54f1a24 commit dc39781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ifneq ($(filter arm%,$(OS_ARCH)),)
2525
endif
2626

2727
# env variables
28-
KIOTA_VERSION ?= "v1.12.0"
28+
KIOTA_VERSION ?= "v1.13.0"
2929
HORREUM_BRANCH ?= "master"
3030
HORREUM_OPENAPI_PATH ?= "https://raw.githubusercontent.com/Hyperfoil/Horreum/${HORREUM_BRANCH}/docs/site/content/en/openapi/openapi.yaml"
3131
GENERATED_CLIENT_PATH = "${PROJECT_PATH}/src/horreum/raw_client"

0 commit comments

Comments
 (0)