Skip to content

Commit 576682f

Browse files
committed
v15.0.0-alpha.2
1 parent 28b0de0 commit 576682f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql",
3-
"version": "15.0.0-alpha.1",
3+
"version": "15.0.0-alpha.2",
44
"description": "A Query Language and Runtime which can target any service.",
55
"license": "MIT",
66
"private": true,

src/version.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/**
99
* A string containing the version of the GraphQL.js library
1010
*/
11-
export const version = '15.0.0-alpha.1';
11+
export const version = '15.0.0-alpha.2';
1212

1313
/**
1414
* An object containing the components of the GraphQL.js version string
@@ -17,5 +17,5 @@ export const versionInfo = Object.freeze({
1717
major: 15,
1818
minor: 0,
1919
patch: 0,
20-
preReleaseTag: 'alpha.1',
20+
preReleaseTag: 'alpha.2',
2121
});

0 commit comments

Comments
 (0)