We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be59613 commit 2d8c2ddCopy full SHA for 2d8c2dd
scripts/generate-sdk/generate-sdk.sh
@@ -60,12 +60,12 @@ go)
60
python)
61
# When the GENERATOR_VERSION changes, migrate also the templates in templates/python
62
# Renovate: datasource=github-tags depName=OpenAPITools/openapi-generator versioning=semver
63
- GENERATOR_VERSION="v7.14.0"
+ GENERATOR_VERSION="v7.16.0"
64
;;
65
java)
66
# When the GENERATOR_VERSION changes, migrate also the templates in templates/java
67
68
- GENERATOR_VERSION="v7.15.0"
69
70
*)
71
echo "SDK language not supported."
0 commit comments