Skip to content

Commit

Permalink
Update align-version.js
Browse files Browse the repository at this point in the history
  • Loading branch information
biffgaut authored Dec 14, 2021
1 parent 085471a commit 9993eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/v2/align-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const findVersion = process.argv[2];
const replaceVersion = process.argv[3];

// these versions need to be sourced from a config file
const awsCdkLibVersion = '2.0.0';
const awsCdkLibVersion = '2.0.0-rc.23';
const constructsVersion = '10.0.0';
const MODULE_EXEMPTIONS = new Set([
'@aws-cdk/cloudformation-diff',
Expand Down

0 comments on commit 9993eea

Please sign in to comment.