Extensions: use "v1" version for the generated repository meta-data

This commit is contained in:
Campbell Barton
2024-06-12 21:37:04 +10:00
parent c7bc6ba1f6
commit bda9a44785

View File

@@ -2180,7 +2180,7 @@ class subcmd_server:
repo_data: List[Dict[str, Any]] = []
# Write package meta-data into each directory.
repo_gen_dict = {
"version": "1",
"version": "v1",
"blocklist": [],
"data": repo_data,
}