This is an automated email from the ASF dual-hosted git repository. juergbi pushed a commit to branch juerg/bst-init-2.4 in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit a0267792cfdba418550f00e0b05454813418f7bc Author: Jürg Billeter <[email protected]> AuthorDate: Fri Dec 20 11:41:06 2024 +0100 Update default min-version for bst init to 2.4 --- src/buildstream/_frontend/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buildstream/_frontend/cli.py b/src/buildstream/_frontend/cli.py index e827d18ae..a79efcdb3 100644 --- a/src/buildstream/_frontend/cli.py +++ b/src/buildstream/_frontend/cli.py @@ -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", )
