diff --git a/weni/urls.py b/weni/urls.py index 8854313c..70520e7c 100644 --- a/weni/urls.py +++ b/weni/urls.py @@ -27,7 +27,7 @@ schema_view = get_schema_view( openapi.Info( title="API Documentation", - default_version="v1.0.8", + default_version="v1.0.9", license=openapi.License(name="GPL-3.0 License"), ), public=True,