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