diff --git a/weni/urls.py b/weni/urls.py index 45c13068..8854313c 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.7", + default_version="v1.0.8", license=openapi.License(name="GPL-3.0 License"), ), public=True,