Skip to content

Commit

Permalink
Upgrade Kiota to 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lampajr committed Apr 11, 2024
1 parent c2434a5 commit 219eae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 219eae8

Please sign in to comment.