From a0267792cfdba418550f00e0b05454813418f7bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Billeter?= Date: Fri, 20 Dec 2024 11:41:06 +0100 Subject: [PATCH] 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", )