Skip to content

Commit ac30ed1

Browse files
committed
9.0 release
1 parent ca6f7fa commit ac30ed1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/getting_started.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Dependency:
2121
.. code-block:: groovy
2222
2323
dependencies {
24-
compile 'com.graphql-java:graphql-java:8.0'
24+
compile 'com.graphql-java:graphql-java:9.0'
2525
}
2626
2727
@@ -35,7 +35,7 @@ Dependency:
3535
<dependency>
3636
<groupId>com.graphql-java</groupId>
3737
<artifactId>graphql-java</artifactId>
38-
<version>8.0</version>
38+
<version>9.0</version>
3939
</dependency>
4040
4141

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This is a GraphQL Java implementation based on the `specification <https://githu
1111
and the JavaScript `reference implementation <https://github.com/graphql/graphql-js>`_.
1212

1313

14-
**Status**: Version ``8.0`` is released.
14+
**Status**: Version ``9.0`` is released.
1515

1616
Make sure to check out the `awesome related projects <https://github.com/graphql-java/awesome-graphql-java>`_ built on ``graphql-java``.
1717

0 commit comments

Comments
 (0)