Skip to content

Commit

Permalink
fix: copypasta
Browse files Browse the repository at this point in the history
  • Loading branch information
nmussy committed Mar 23, 2024
1 parent ba17052 commit 02c11ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-eks/lib/alb-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export class AlbControllerVersion {
public static readonly V2_7_1 = new AlbControllerVersion('v2.7.1', '1.7.1', false);

/**
* v2.7.1
* v2.7.2
*/
public static readonly V2_7_2 = new AlbControllerVersion('v2.7.2', '1.7.2', false);

Expand Down

0 comments on commit 02c11ab

Please sign in to comment.