Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizencc committed Dec 29, 2023
1 parent 884f51c commit 76e364a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-rds/lib/cluster-engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ export class AuroraPostgresEngineVersion {
public static readonly VER_15_5 = AuroraPostgresEngineVersion.of('15.5', '15', { s3Import: true, s3Export: true });
/** Version "16.0".
* Version 16.0 is available in preview environment as of November 15, 2023.
*/
*/
public static readonly VER_16_0 = AuroraPostgresEngineVersion.of('16.0', '16', { s3Import: true, s3Export: true });

/**
Expand Down

0 comments on commit 76e364a

Please sign in to comment.