From 2ad8d5d5f98df1898b6ca75e7be24e6dc1de9a78 Mon Sep 17 00:00:00 2001 From: Raghd Hamzeh Date: Fri, 17 Mar 2023 11:52:00 -0400 Subject: [PATCH] chore(build): bump openapi generator to `v6.4.0` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 43390cc3..9b533cca 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Main config OPEN_API_URL = https://raw.githubusercontent.com/openfga/api/main/docs/openapiv2/apidocs.swagger.json -OPENAPI_GENERATOR_CLI_DOCKER_TAG = v6.3.0 +OPENAPI_GENERATOR_CLI_DOCKER_TAG = v6.4.0 NODE_DOCKER_TAG = 18-alpine GO_DOCKER_TAG = 1 DOTNET_DOCKER_TAG = 6.0