Skip to content

Commit 627ba02

Browse files
fix
1 parent 456661f commit 627ba02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi/upgrade.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func WithUpgradeTargetVersion(version string) Option[UpgradeOptions] {
3131
}
3232
}
3333

34-
// Upgrade upgrades any OpenAPI 3x document to OpenAPI 3.1.1 (the latest version currently supported).
34+
// Upgrade upgrades any OpenAPI 3x document to OpenAPI 3.2.0 (the latest version currently supported).
3535
// It currently won't resolve any external references, so only this document itself will be upgraded.
3636
func Upgrade(ctx context.Context, doc *OpenAPI, opts ...Option[UpgradeOptions]) (bool, error) {
3737
if doc == nil {

0 commit comments

Comments
 (0)