Skip to content

Commit 85cfdc9

Browse files
authored
Merge pull request reactjs#283 from reactjs/gaearon-patch-1
React 16.1.1
2 parents cc1fb09 + 1b6dad1 commit 85cfdc9

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
@@ -10,7 +10,7 @@
1010
// NOTE: We can't just use `location.toString()` because when we are rendering
1111
// the SSR part in node.js we won't have a proper location.
1212
const urlRoot = 'https://reactjs.org';
13-
const version = '16.1.0';
13+
const version = '16.1.1';
1414
const babelURL = '//unpkg.com/[email protected]/babel.min.js';
1515

1616
export {urlRoot, version, babelURL};

0 commit comments

Comments
 (0)