diff --git a/api/resources/v1.py b/api/resources/v1.py index a290ff2..a1bb894 100644 --- a/api/resources/v1.py +++ b/api/resources/v1.py @@ -31,7 +31,7 @@ async def info(): return { "title": title, "description": description.strip(), - "version": 1.7, + "version": 2.0, }