Skip to content

Commit

Permalink
v15.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Feb 10, 2020
1 parent 93c1f3c commit db214ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "graphql",
"version": "15.0.0-rc.1",
"version": "15.0.0-rc.2",
"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.js
Expand Up @@ -8,7 +8,7 @@
/**
* A string containing the version of the GraphQL.js library
*/
export const version = '15.0.0-rc.1';
export const version = '15.0.0-rc.2';

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

0 comments on commit db214ce

Please sign in to comment.