Skip to content

Commit

Permalink
v14.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Jun 26, 2019
1 parent 610de0e commit 16f5ca0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "graphql",
"version": "14.3.1",
"version": "14.4.0",
"description": "A Query Language and Runtime which can target any service.",
"license": "MIT",
"main": "index",
Expand Down
6 changes: 3 additions & 3 deletions src/version.js
Expand Up @@ -8,14 +8,14 @@
/**
* A string containing the version of the GraphQL.js library
*/
export const version = '14.3.1';
export const version = '14.4.0';

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

0 comments on commit 16f5ca0

Please sign in to comment.