diff --git a/cli/index.ts b/cli/index.ts index 1b44e2f79..1687418fc 100644 --- a/cli/index.ts +++ b/cli/index.ts @@ -569,6 +569,7 @@ export function runCli() { actionsOption, tagsOption, includeDepsOption, + includeDependentsOption, schemaSuffixOverrideOption, credentialsOption, jsonOutputOption, diff --git a/version.bzl b/version.bzl index 7b7d699af..7e8839ed2 100644 --- a/version.bzl +++ b/version.bzl @@ -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"