Skip to content

Commit 9b8654c

Browse files
murdochdlex111
authored andcommitted
Update site-constants (#2391)
At the time of writing, the latest version of react is v16.10.1
1 parent bc3c7b4 commit 9b8654c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site-constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// NOTE: We can't just use `location.toString()` because when we are rendering
99
// the SSR part in node.js we won't have a proper location.
1010
const urlRoot = 'https://reactjs.org';
11-
const version = '16.10.0';
11+
const version = '16.10.1';
1212
const babelURL = 'https://unpkg.com/[email protected]/babel.min.js';
1313

1414
export {babelURL, urlRoot, version};

0 commit comments

Comments
 (0)