Skip to content

Commit 3826ca6

Browse files
authored
Merge pull request #142 from graphql-java/fix-latest-version-to-v21
Make latest version v21
2 parents 91a028e + d7be518 commit 3826ca6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const config = {
2525
routeBasePath: 'documentation',
2626
sidebarPath: require.resolve('./sidebars.js'),
2727
editUrl: 'https://github.com/graphql-java/graphql-java-page/edit/master/',
28-
lastVersion: "v20",
28+
lastVersion: "v21",
2929
versions: {
3030
current: {
3131
label: "master",

0 commit comments

Comments
 (0)