diff --git a/aiohttp_graphql/render_graphiql.py b/aiohttp_graphql/render_graphiql.py index fc46374..a1eb6f5 100644 --- a/aiohttp_graphql/render_graphiql.py +++ b/aiohttp_graphql/render_graphiql.py @@ -4,7 +4,7 @@ from aiohttp import web -GRAPHIQL_VERSION = '0.7.1' +GRAPHIQL_VERSION = '0.11.10' TEMPLATE = '''