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.
1 parent d20be53 commit 8eaa701Copy full SHA for 8eaa701
src/site-constants.js
@@ -8,7 +8,7 @@
8
// NOTE: We can't just use `location.toString()` because when we are rendering
9
// the SSR part in node.js we won't have a proper location.
10
const urlRoot = 'https://reactjs.org';
11
-const version = '16.8.0';
+const version = '16.8.1';
12
const babelURL = 'https://unpkg.com/babel-standalone@6.26.0/babel.min.js';
13
14
export {urlRoot, version, babelURL};
0 commit comments