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", )