We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77016bb commit 3e5cfd5Copy full SHA for 3e5cfd5
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.20.0"
64
;;
65
java)
66
# When the GENERATOR_VERSION changes, migrate also the templates in templates/java
67
68
- GENERATOR_VERSION="v7.19.0"
69
70
*)
71
echo "SDK language not supported."
0 commit comments