From fa3ae74f372ea3c2f6825586aa28e90d60a2646e Mon Sep 17 00:00:00 2001 From: "Alex Ellis (VMware)" Date: Thu, 17 May 2018 10:57:47 +0100 Subject: [PATCH] Bump swagger version to 0.8.0 Version needed increasing to reflect current schema Signed-off-by: Alex Ellis (VMware) --- api-docs/swagger.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/api-docs/swagger.yml b/api-docs/swagger.yml index 83f8dcf2..4f361c82 100644 --- a/api-docs/swagger.yml +++ b/api-docs/swagger.yml @@ -1,8 +1,8 @@ swagger: '2.0' info: - description: FaaS API documentation - version: 0.6.5 - title: FaaS API Gateway + description: OpenFaaS API documentation + version: 0.8.0 + title: OpenFaaS API Gateway license: name: MIT basePath: / @@ -253,4 +253,3 @@ definitions: externalDocs: description: More documentation available on Github url: 'https://github.com/openfaas/faas' - \ No newline at end of file