We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98ae7fb commit 23dd5b2Copy full SHA for 23dd5b2
1 file changed
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.20.0"
+ GENERATOR_VERSION="v7.21.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