Skip to content

Commit

Permalink
[MINOR] docs: Update the version of the OpenAPI document to 0.4.0 (#2130
Browse files Browse the repository at this point in the history
)

### What changes were proposed in this pull request?

Update the version of the OpenAPI document to 0.4.0

### Why are the changes needed?

As the [OAS](https://spec.openapis.org/oas/latest.html#info-object)
description, the version field in Info object should be:

> The version of the OpenAPI document (which is distinct from the
[OpenAPI Specification
version](https://spec.openapis.org/oas/latest.html#oasVersion) or the
API implementation version).

So I update the version to 0.4.0


### Does this PR introduce _any_ user-facing change?

no

### How was this patch tested?

no need

Co-authored-by: mchades <liminghuang@datastrato.com>
  • Loading branch information
jerryshao and mchades authored Feb 6, 2024
1 parent 9b9243b commit 5742574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/open-api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: 0.3.0
version: 0.4.0
description: |
Defines the specification for the first version of the Gravitino REST API.
Expand Down

0 comments on commit 5742574

Please sign in to comment.