We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 456661f commit 627ba02Copy full SHA for 627ba02
openapi/upgrade.go
@@ -31,7 +31,7 @@ func WithUpgradeTargetVersion(version string) Option[UpgradeOptions] {
31
}
32
33
34
-// Upgrade upgrades any OpenAPI 3x document to OpenAPI 3.1.1 (the latest version currently supported).
+// Upgrade upgrades any OpenAPI 3x document to OpenAPI 3.2.0 (the latest version currently supported).
35
// It currently won't resolve any external references, so only this document itself will be upgraded.
36
func Upgrade(ctx context.Context, doc *OpenAPI, opts ...Option[UpgradeOptions]) (bool, error) {
37
if doc == nil {
0 commit comments