Skip to content

Commit

Permalink
v15.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Oct 14, 2019
1 parent 2e13000 commit bf210fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "graphql",
"version": "14.5.6",
"version": "15.0.0-alpha.1",
"description": "A Query Language and Runtime which can target any service.",
"license": "MIT",
"private": true,
Expand Down
10 changes: 5 additions & 5 deletions src/version.js
Expand Up @@ -8,14 +8,14 @@
/**
* A string containing the version of the GraphQL.js library
*/
export const version = '14.5.6';
export const version = '15.0.0-alpha.1';

/**
* An object containing the components of the GraphQL.js version string
*/
export const versionInfo = Object.freeze({
major: 14,
minor: 5,
patch: 6,
preReleaseTag: null,
major: 15,
minor: 0,
patch: 0,
preReleaseTag: 'alpha.1',
});

0 comments on commit bf210fb

Please sign in to comment.