Skip to content

Commit

Permalink
New CDK Version
Browse files Browse the repository at this point in the history
  • Loading branch information
biffgaut committed Feb 18, 2025
1 parent 92b501f commit 67d625e
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.177.0';
const awsCdkLibVersion = '2.179.0';

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

0 comments on commit 67d625e

Please sign in to comment.