From 22b67e15d4b45883515283e216a2ce7cf9eba81a Mon Sep 17 00:00:00 2001 From: Wojciech Tyczynski Date: Wed, 22 Feb 2017 08:58:44 +0100 Subject: [PATCH] Fix build --- api/openapi-spec/swagger.json | 2 +- federation/apis/openapi-spec/swagger.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/openapi-spec/swagger.json b/api/openapi-spec/swagger.json index 0a36aedc7a5..c00ec18d8b2 100644 --- a/api/openapi-spec/swagger.json +++ b/api/openapi-spec/swagger.json @@ -2,7 +2,7 @@ "swagger": "2.0", "info": { "title": "Kubernetes", - "version": "v1.6.0" + "version": "v1.7.0" }, "paths": { "/api/": { diff --git a/federation/apis/openapi-spec/swagger.json b/federation/apis/openapi-spec/swagger.json index 0f2df82c9ad..087160be238 100644 --- a/federation/apis/openapi-spec/swagger.json +++ b/federation/apis/openapi-spec/swagger.json @@ -2,7 +2,7 @@ "swagger": "2.0", "info": { "title": "Generic API Server", - "version": "v1.6.0" + "version": "v1.7.0" }, "paths": { "/api/": {