diff --git a/src/buildstream/_frontend/cli.py b/src/buildstream/_frontend/cli.py index 4986d6183..d98ba0e03 100644 --- a/src/buildstream/_frontend/cli.py +++ b/src/buildstream/_frontend/cli.py @@ -419,7 +419,7 @@ def help_command(ctx, command): @click.option( "--min-version", type=click.STRING, - default="2.6", + default="2.7", show_default=True, help="The required format version", )