diff --git a/hermes_cli/config.py b/hermes_cli/config.py index 682e8fe1f..fc91f460b 100644 --- a/hermes_cli/config.py +++ b/hermes_cli/config.py @@ -517,7 +517,7 @@ DEFAULT_CONFIG = { }, # Config schema version - bump this when adding new required fields - "_config_version": 10, + "_config_version": 11, } # ============================================================================= diff --git a/tests/tools/test_browser_camofox_state.py b/tests/tools/test_browser_camofox_state.py index cbc90d821..002908d12 100644 --- a/tests/tools/test_browser_camofox_state.py +++ b/tests/tools/test_browser_camofox_state.py @@ -63,4 +63,4 @@ class TestCamofoxConfigDefaults: from hermes_cli.config import DEFAULT_CONFIG # managed_persistence is auto-merged by _deep_merge, no version bump needed - assert DEFAULT_CONFIG["_config_version"] == 10 + assert DEFAULT_CONFIG["_config_version"] == 11