From 0395854f912f431848a7294f437b195a4b6b5940 Mon Sep 17 00:00:00 2001 From: roryqi Date: Sun, 29 Sep 2024 19:14:47 +0800 Subject: [PATCH] [#5045] improvement(docs): Change the version of OpenAPI (#5047) ### What changes were proposed in this pull request? Change the version of OpenAPI ### Why are the changes needed? Fix: #5045 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? No need. --- docs/open-api/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/open-api/openapi.yaml b/docs/open-api/openapi.yaml index 0ce8f23a84..4e04bd9b96 100644 --- a/docs/open-api/openapi.yaml +++ b/docs/open-api/openapi.yaml @@ -22,7 +22,7 @@ info: license: name: Apache 2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html - version: 0.4.0 + version: 0.6.1-incubating-SNAPSHOT description: | Defines the specification for the first version of the Gravitino REST API.