Skip to content

Commit

Permalink
Merge pull request #113 from fractalego/new-version
Browse files Browse the repository at this point in the history
changed version name
  • Loading branch information
fractalego authored Jul 21, 2024
2 parents 888346f + 1ed823c commit 58795b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wafl/variables.py
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 58795b3

Please sign in to comment.