This is an automated email from the ASF dual-hosted git repository.

juergbi pushed a commit to branch jbilleter/2.8
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 6acb07a5f6bc5ac426655858e7b26c28359be1eb
Author: Jürg Billeter <[email protected]>
AuthorDate: Mon Aug 17 14:53:01 2026 +0200

     _frontend/cli.py: Update default min-version for `bst init`
    
    This is implicitly required by tests after creating the 2.8.0.dev0 tag.
---
 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 8e42cca7e..c3f1b090b 100644
--- a/src/buildstream/_frontend/cli.py
+++ b/src/buildstream/_frontend/cli.py
@@ -420,7 +420,7 @@ def help_command(ctx, command):
 @click.option(
     "--min-version",
     type=click.STRING,
-    default="2.7",
+    default="2.8",
     show_default=True,
     help="The required format version",
 )

Reply via email to