Prepare 4.2.0 release (#4333)

* remove snapshot

* update doc
This commit is contained in:
William Cheng
2019-10-31 11:36:53 +08:00
committed by GitHub
parent d624b28c96
commit 34070bd151
13 changed files with 20 additions and 20 deletions

View File

@@ -17,5 +17,5 @@ gradle generateGoWithInvalidSpec
The samples can be tested against other versions of the plugin using the `openApiGeneratorVersion` property. For example:
```bash
gradle -PopenApiGeneratorVersion=4.1.1 openApiValidate
gradle -PopenApiGeneratorVersion=4.2.0 openApiValidate
```