Skip to content

Commit

Permalink
fix MySQL version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tietew committed Jan 15, 2025
1 parent c7d6fb6 commit 86d4e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-rds/lib/instance-engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ export class MysqlEngineVersion {
/** Version "8.0.40". */
public static readonly VER_8_0_40 = MysqlEngineVersion.of('8.0.40', '8.0');
/** Version "8.4.3". */
public static readonly VER_8_4_3 = MysqlEngineVersion.of('8.4.3', '8.0');
public static readonly VER_8_4_3 = MysqlEngineVersion.of('8.4.3', '8.4');

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

0 comments on commit 86d4e7d

Please sign in to comment.