Skip to content

Commit

Permalink
fix missing include dependents (#1448)
Browse files Browse the repository at this point in the history
* fix missing include dependents

* bump version
  • Loading branch information
andres-lowrie committed Feb 13, 2023
1 parent bebb5c1 commit 307ea87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cli/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,7 @@ export function runCli() {
actionsOption,
tagsOption,
includeDepsOption,
includeDependentsOption,
schemaSuffixOverrideOption,
credentialsOption,
jsonOutputOption,
Expand Down
2 changes: 1 addition & 1 deletion version.bzl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# NOTE: If you change the format of this line, you must change the bash command
# in /scripts/publish to extract the version string correctly.
DF_VERSION = "2.3.1"
DF_VERSION = "2.3.2"

0 comments on commit 307ea87

Please sign in to comment.