Skip to content

Commit 52ddd35

Browse files
committed
Bump output OpenApi version to RC2
1 parent 62f545c commit 52ddd35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DefinitionGenerator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { clone, merge } from './utils';
77

88
export class DefinitionGenerator {
99
// The OpenAPI version we currently validate against
10-
public version = '3.0.0-RC1';
10+
public version = '3.0.0-RC2';
1111

1212
// Base configuration object
1313
public definition = <IDefinition> {

0 commit comments

Comments
 (0)