diff --git a/wafl/variables.py b/wafl/variables.py index d5f43b8..f62e1d7 100644 --- a/wafl/variables.py +++ b/wafl/variables.py @@ -1,9 +1,9 @@ def get_variables(): return { - "version": "1.0.0", + "version": "0.1.0", } def is_supported(wafl_llm_version): - supported_versions = ["1.0.0"] + supported_versions = ["0.1.0"] return wafl_llm_version in supported_versions