We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1b3c81 commit dcb5cf1Copy full SHA for dcb5cf1
packages/aws-cdk-lib/aws-rds/lib/instance-engine.ts
@@ -948,6 +948,8 @@ export class MysqlEngineVersion {
948
public static readonly VER_8_0_37 = MysqlEngineVersion.of('8.0.37', '8.0');
949
/** Version "8.0.39". */
950
public static readonly VER_8_0_39 = MysqlEngineVersion.of('8.0.39', '8.0');
951
+ /** Version "8.0.40". */
952
+ public static readonly VER_8_0_40 = MysqlEngineVersion.of('8.0.40', '8.0');
953
954
/**
955
* Create a new MysqlEngineVersion with an arbitrary version.
0 commit comments