Skip to content

Commit

Permalink
16.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed May 14, 2021
1 parent 39b69da commit 11d71e4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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": "15.4.0",
"version": "16.0.0-alpha.1",
"description": "A Query Language and Runtime which can target any service.",
"license": "MIT",
"private": true,
Expand Down
8 changes: 4 additions & 4 deletions src/version.js
Expand Up @@ -6,14 +6,14 @@
/**
* A string containing the version of the GraphQL.js library
*/
export const version = '15.4.0';
export const version = '16.0.0-alpha.1';

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

0 comments on commit 11d71e4

Please sign in to comment.