Skip to content

Commit

Permalink
Current version corresponds to GraphQL.js 14.5.8 now
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Nov 30, 2019
1 parent c603545 commit da6f8ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ a query language for APIs created by Facebook.
[![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)

The current version 3.0.0b1 of GraphQL-core is up-to-date
with GraphQL.js version 14.5.6.
with GraphQL.js version 14.5.8.

All parts of the API are covered by an extensive test suite
of currently 1990 unit tests.
Expand Down
2 changes: 1 addition & 1 deletion src/graphql/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

version = "3.0.0b1"

version_js = "14.5.6"
version_js = "14.5.8"


_re_version = re.compile(r"(\d+)\.(\d+)\.(\d+)(\D*)(\d*)")
Expand Down

0 comments on commit da6f8ea

Please sign in to comment.