From 39fcfb0c050a9512d1ca8e653fb85f51ddff1c35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Vall=C3=A9s?= Date: Tue, 13 Feb 2024 23:46:44 +0100 Subject: [PATCH] test: config version update --- common/openapi/v1beta/api_info.conf | 2 +- openapiv2/core/service.swagger.yaml | 2 +- openapiv2/model/service.swagger.yaml | 4 ++-- openapiv2/vdp/service.swagger.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common/openapi/v1beta/api_info.conf b/common/openapi/v1beta/api_info.conf index 92b62bc7..5c94510e 100644 --- a/common/openapi/v1beta/api_info.conf +++ b/common/openapi/v1beta/api_info.conf @@ -1,5 +1,5 @@ // API info injected from common configuration. - version: "v0.11.1-beta"; + version: "v0.11.4-beta"; contact: { name: "Instill AI"; url: "https://github.com/instill-ai"; diff --git a/openapiv2/core/service.swagger.yaml b/openapiv2/core/service.swagger.yaml index 3a0bdd1a..4023d07f 100644 --- a/openapiv2/core/service.swagger.yaml +++ b/openapiv2/core/service.swagger.yaml @@ -2,7 +2,7 @@ swagger: "2.0" info: title: "\U0001F52E Core" description: Core endpoints to manage user resources - version: v0.11.1-beta + version: v0.11.4-beta contact: name: Instill AI url: https://github.com/instill-ai diff --git a/openapiv2/model/service.swagger.yaml b/openapiv2/model/service.swagger.yaml index 520e827e..4e1a3727 100644 --- a/openapiv2/model/service.swagger.yaml +++ b/openapiv2/model/service.swagger.yaml @@ -1,8 +1,8 @@ swagger: "2.0" info: - title: Model + title: ⚗️ Model description: Endpoints to manage the AI model-related resources and features working with Instill VDP. - version: v0.11.2-beta + version: v0.11.4-beta contact: name: Instill AI url: https://github.com/instill-ai diff --git a/openapiv2/vdp/service.swagger.yaml b/openapiv2/vdp/service.swagger.yaml index a9eb7f9d..bcf75db6 100644 --- a/openapiv2/vdp/service.swagger.yaml +++ b/openapiv2/vdp/service.swagger.yaml @@ -2,7 +2,7 @@ swagger: "2.0" info: title: "\U0001F4A7 VDP" description: VDP endpoints to manage pipeline resources - version: v0.11.1-beta + version: v0.11.4-beta contact: name: Instill AI url: https://github.com/instill-ai