Skip to content

Commit

Permalink
version bump (#190)
Browse files Browse the repository at this point in the history
bump version bump version
  • Loading branch information
esinx authored Feb 6, 2024
1 parent bd91989 commit eb5a01c
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.10" });
project.addFields({ ["version"]: "1.1.11" });
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 eb5a01c

Please sign in to comment.