We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc1fb09 + 1b6dad1 commit 85cfdc9Copy full SHA for 85cfdc9
src/site-constants.js
@@ -10,7 +10,7 @@
10
// NOTE: We can't just use `location.toString()` because when we are rendering
11
// the SSR part in node.js we won't have a proper location.
12
const urlRoot = 'https://reactjs.org';
13
-const version = '16.1.0';
+const version = '16.1.1';
14
const babelURL = '//unpkg.com/[email protected]/babel.min.js';
15
16
export {urlRoot, version, babelURL};
0 commit comments