Skip to content

Commit b84a7da

Browse files
authored
Merge branch 'main' into fix-aws-api-call-type-length
2 parents dee2d49 + e860ffc commit b84a7da

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/@aws-cdk/aws-rds/lib/instance-engine.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,8 @@ export class MysqlEngineVersion {
575575
public static readonly VER_8_0_27 = MysqlEngineVersion.of('8.0.27', '8.0');
576576
/** Version "8.0.28". */
577577
public static readonly VER_8_0_28 = MysqlEngineVersion.of('8.0.28', '8.0');
578+
/** Version "8.0.30". */
579+
public static readonly VER_8_0_30 = MysqlEngineVersion.of('8.0.30', '8.0');
578580

579581
/**
580582
* Create a new MysqlEngineVersion with an arbitrary version.

0 commit comments

Comments
 (0)