Skip to content

Commit

Permalink
16.0.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Oct 13, 2021
1 parent e289e64 commit 04c6fce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "graphql",
"version": "16.0.0-rc.3",
"version": "16.0.0-rc.4",
"description": "A Query Language and Runtime which can target any service.",
"license": "MIT",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions src/version.ts
Expand Up @@ -4,7 +4,7 @@
/**
* A string containing the version of the GraphQL.js library
*/
export const version = '16.0.0-rc.3';
export const version = '16.0.0-rc.4';

/**
* An object containing the components of the GraphQL.js version string
Expand All @@ -13,5 +13,5 @@ export const versionInfo = Object.freeze({
major: 16,
minor: 0,
patch: 0,
preReleaseTag: 'rc.3',
preReleaseTag: 'rc.4',
});

0 comments on commit 04c6fce

Please sign in to comment.