Skip to content

Commit

Permalink
Update kiota version to 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Create or Update Pull Request Action authored and lampajr committed Aug 6, 2024
1 parent 5c97eb9 commit b7d0954
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.15.0"
KIOTA_VERSION ?= "v1.16.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 b7d0954

Please sign in to comment.