Skip to content

Commit

Permalink
Merge branch 'main' into fix-aws-api-call-type-length
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Sep 20, 2022
2 parents dee2d49 + e860ffc commit b84a7da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/@aws-cdk/aws-rds/lib/instance-engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,8 @@ export class MysqlEngineVersion {
public static readonly VER_8_0_27 = MysqlEngineVersion.of('8.0.27', '8.0');
/** Version "8.0.28". */
public static readonly VER_8_0_28 = MysqlEngineVersion.of('8.0.28', '8.0');
/** Version "8.0.30". */
public static readonly VER_8_0_30 = MysqlEngineVersion.of('8.0.30', '8.0');

/**
* Create a new MysqlEngineVersion with an arbitrary version.
Expand Down

0 comments on commit b84a7da

Please sign in to comment.