Skip to content

Commit

Permalink
docs: update ignoreBootstrapVersion doc block to default to true
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbarnard authored Jun 13, 2024
1 parent bc2494d commit bd5ac31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ type Options = StageSynthesisOptions & {

/**
* Excludes CDK v2-managed bootstrap versions.
* Defaults to `false`.
* Defaults to `true`.
*/
ignoreBootstrapVersion?: boolean;
};
Expand Down

0 comments on commit bd5ac31

Please sign in to comment.