From 5b096161577816aaf24b27aa7e713e20861a9e98 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Fri, 3 Oct 2025 21:00:15 +0800 Subject: [PATCH] Update README with new version number 7.17.0 --- apps/generator-cli/src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/generator-cli/src/README.md b/apps/generator-cli/src/README.md index 6c250b36969..2b5615278b6 100644 --- a/apps/generator-cli/src/README.md +++ b/apps/generator-cli/src/README.md @@ -231,7 +231,7 @@ Change your `openapitools.json` to: } ``` -Example is with a snapshot of `7.9.0`, please change the `version` and `downloadUrl` accordingly. +Example is with a snapshot of `7.17.0`, please change the `version` and `downloadUrl` accordingly. You can find the published snapshots in the build log of the [Publish to Maven Central Github workflow](https://github.com/OpenAPITools/openapi-generator/actions/workflows/maven-release.yml) in OpenAPI Generator repo, e.g. ```