Use last prod version

This commit is contained in:
akihito.nakano 2018-06-28 01:12:23 +09:00
parent 0e31e4cff5
commit 76d87183c0

View File

@ -16,5 +16,5 @@ gradle buildGoSdk
The samples can be tested against other versions of the plugin using the `openApiGeneratorVersion` property. For example:
```bash
gradle -PopenApiGeneratorVersion=3.0.2 openApiValidate
gradle -PopenApiGeneratorVersion=3.0.3 openApiValidate
```