Skip to content

Commit

Permalink
chore: add another missing version
Browse files Browse the repository at this point in the history
  • Loading branch information
mazyu36 committed May 21, 2024
1 parent 9609f7e commit 520dc4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/aws-cdk-lib/aws-rds/lib/instance-engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2495,6 +2495,8 @@ export class SqlServerEngineVersion {
public static readonly VER_15_00_4335_1_V1 = SqlServerEngineVersion.of('15.00.4335.1.v1', '15.00');
/** Version "15.00.4345.5.v1". */
public static readonly VER_15_00_4345_5_V1 = SqlServerEngineVersion.of('15.00.4345.5.v1', '15.00');
/** Version "15.00.4365.2.v1". */
public static readonly VER_15_00_4365_2_V1 = SqlServerEngineVersion.of('15.00.4365.2.v1', '15.00');

/** Version "16.00" (only a major version, without a specific minor version). */
public static readonly VER_16 = SqlServerEngineVersion.of('16.00', '16.00');
Expand Down

0 comments on commit 520dc4d

Please sign in to comment.