Skip to content

Commit

Permalink
Merge pull request #1978 from apache/juerg/bst-init-2.4
Browse files Browse the repository at this point in the history
Update default min-version for bst init to 2.4
  • Loading branch information
juergbi authored Dec 23, 2024
2 parents e00f22f + a026779 commit 2b60165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buildstream/_frontend/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def help_command(ctx, command):
@click.option(
"--min-version",
type=click.STRING,
default="2.3",
default="2.4",
show_default=True,
help="The required format version",
)
Expand Down

0 comments on commit 2b60165

Please sign in to comment.