diff --git a/cs-config/cs_config/constants.py b/cs-config/cs_config/constants.py index 7c037d8..6d25cf6 100644 --- a/cs-config/cs_config/constants.py +++ b/cs-config/cs_config/constants.py @@ -66,7 +66,7 @@ class MetaParameters(paramtools.Parameters): "title": "Year", "description": "Year for parameters.", "type": "int", - "value": 2019, + "value": 2024, "validators": { "choice": {"choices": [yr for yr in range(2013, 2030 + 1)]} },