Skip to content

Commit

Permalink
Update Swagger.php
Browse files Browse the repository at this point in the history
  • Loading branch information
morsok authored Apr 25, 2017
1 parent f6ecd01 commit fae2495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Annotations/Swagger.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Swagger extends AbstractAnnotation
* Specifies the Swagger Specification version being used. It can be used by the Swagger UI and other clients to interpret the API listing.
* @var string
*/
public $swagger = '2.0';
public $openapi = '3.0.0-RC1';

/**
* Provides metadata about the API. The metadata can be used by the clients if needed.
Expand Down

0 comments on commit fae2495

Please sign in to comment.