From fae2495a95cf03bbc3e14c8d54a25137cabc1613 Mon Sep 17 00:00:00 2001 From: Alexandre amiche Date: Tue, 25 Apr 2017 15:19:32 +0200 Subject: [PATCH] Update Swagger.php --- src/Annotations/Swagger.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Annotations/Swagger.php b/src/Annotations/Swagger.php index 3f62f8260..205eef20b 100644 --- a/src/Annotations/Swagger.php +++ b/src/Annotations/Swagger.php @@ -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.