We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62f545c commit 52ddd35Copy full SHA for 52ddd35
src/DefinitionGenerator.ts
@@ -7,7 +7,7 @@ import { clone, merge } from './utils';
7
8
export class DefinitionGenerator {
9
// The OpenAPI version we currently validate against
10
- public version = '3.0.0-RC1';
+ public version = '3.0.0-RC2';
11
12
// Base configuration object
13
public definition = <IDefinition> {
0 commit comments