Skip to content

Commit a30f3b2

Browse files
committed
new version 16.2
1 parent 78f7994 commit a30f3b2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ theme = "hugo-sustain"
55
pygmentsUseClasses=true
66

77
[params]
8-
latestReleases = ["v16.1", "v14.1"]
8+
latestReleases = ["v16.2", "v14.1"]
99
latestDocs = "v16"
1010

1111
## Main Menu

content/documentation/master/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Dependency:
2828
{{< highlight groovy "linenos=table" >}}
2929

3030
dependencies {
31-
compile 'com.graphql-java:graphql-java:16.1'
31+
compile 'com.graphql-java:graphql-java:16.2'
3232
}
3333
{{< / highlight >}}
3434

@@ -42,7 +42,7 @@ Dependency:
4242
<dependency>
4343
<groupId>com.graphql-java</groupId>
4444
<artifactId>graphql-java</artifactId>
45-
<version>16.1</version>
45+
<version>16.2</version>
4646
</dependency>
4747
{{< / highlight >}}
4848

content/documentation/v16/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Dependency:
2828
{{< highlight groovy "linenos=table" >}}
2929

3030
dependencies {
31-
compile 'com.graphql-java:graphql-java:16.1'
31+
compile 'com.graphql-java:graphql-java:16.2'
3232
}
3333
{{< / highlight >}}
3434

@@ -42,7 +42,7 @@ Dependency:
4242
<dependency>
4343
<groupId>com.graphql-java</groupId>
4444
<artifactId>graphql-java</artifactId>
45-
<version>16.1</version>
45+
<version>16.2/version>
4646
</dependency>
4747
{{< / highlight >}}
4848

0 commit comments

Comments
 (0)