Skip to content

Commit

Permalink
chore(version): Upgraded CDK
Browse files Browse the repository at this point in the history
  • Loading branch information
biffgaut committed Feb 29, 2024
1 parent fb283a6 commit 57587f7
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 nullVersionMarker = process.argv[2];
const targetSolutionsConstructsVersion = process.argv[3];

// these versions need to be sourced from a config file
const awsCdkLibVersion = '2.127.0';
const awsCdkLibVersion = '2.130.0';

for (const file of process.argv.splice(4)) {
const pkg = JSON.parse(fs.readFileSync(file).toString());
Expand Down

0 comments on commit 57587f7

Please sign in to comment.