From 6003cca50835f67ae6244d48449549b541f1ed0c Mon Sep 17 00:00:00 2001 From: droplet-bot Date: Tue, 17 Dec 2024 12:08:05 +0000 Subject: [PATCH] chore: update API version --- openapi/v2/conf.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi/v2/conf.proto b/openapi/v2/conf.proto index 9d02eb94..72fa7902 100644 --- a/openapi/v2/conf.proto +++ b/openapi/v2/conf.proto @@ -8,7 +8,7 @@ option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = { info: { title: "🔮 Instill AI API" description: "Interact with Instill AI through its public API" - version: "v0.46.0-beta" + version: "v0.48.0-beta" contact: { name: "Instill AI" url: "https://github.com/instill-ai"