Skip to content

Commit

Permalink
Bump version again
Browse files Browse the repository at this point in the history
  • Loading branch information
joyliu-q committed Oct 27, 2023
1 parent e2b0816 commit 9015782
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cdk/kittyhawk/.projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const project = new TypeScriptProject({
},
});

project.addFields({ ["version"]: "1.1.9" });
project.addFields({ ["version"]: "1.1.10" });
project.prettier?.ignoreFile?.addPatterns("src/imports");
project.testTask.steps.forEach((step) => {
if (step.exec) {
Expand Down
2 changes: 1 addition & 1 deletion cdk/kittyhawk/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9015782

Please sign in to comment.