We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a88cbb commit bb28823Copy full SHA for bb28823
packages/@aws-cdk/aws-rds/lib/instance-engine.ts
@@ -558,6 +558,8 @@ export class MysqlEngineVersion {
558
public static readonly VER_5_7_38 = MysqlEngineVersion.of('5.7.38', '5.7');
559
/** Version "5.7.39". */
560
public static readonly VER_5_7_39 = MysqlEngineVersion.of('5.7.39', '5.7');
561
+ /** Version "5.7.40". */
562
+ public static readonly VER_5_7_40 = MysqlEngineVersion.of('5.7.40', '5.7');
563
564
/** Version "8.0" (only a major version, without a specific minor version). */
565
public static readonly VER_8_0 = MysqlEngineVersion.of('8.0', '8.0');
0 commit comments