From 81f3c3a37efc9b02ac6f5aec9a5b0c2893c9ae4c Mon Sep 17 00:00:00 2001 From: shreddd Date: Wed, 17 Sep 2025 13:00:38 -0700 Subject: [PATCH] update to current tag --- src/ingest_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ingest_data.py b/src/ingest_data.py index 375fbb3..d9f2918 100644 --- a/src/ingest_data.py +++ b/src/ingest_data.py @@ -205,7 +205,7 @@ def main(): parser.add_argument("--db-name", default="bertron", help="MongoDB database name") parser.add_argument( "--schema-path", - default="https://raw.githubusercontent.com/ber-data/bertron-schema/v0.1.0-alpha.11/src/schema/jsonschema/bertron_schema.json", + default="https://raw.githubusercontent.com/ber-data/bertron-schema/v0.1.0-alpha.12/src/schema/jsonschema/bertron_schema.json", help="Path or URL to the BERtron schema JSON file", ) parser.add_argument(