From 9d0f58c2ef17b81259d4e5e43d840fe84cb42a81 Mon Sep 17 00:00:00 2001 From: roryqi Date: Sun, 29 Sep 2024 19:14:15 +0800 Subject: [PATCH] [#5045] improvement(docs): Change the version of OpenAPI (#5046) ### 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 need. ### 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..0b16270c12 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.7.0-incubating-SNAPSHOT description: | Defines the specification for the first version of the Gravitino REST API.