We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55aa08a commit ed911f4Copy full SHA for ed911f4
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.6.3';
+const version = '16.7.0';
12
const babelURL = 'https://unpkg.com/[email protected]/babel.min.js';
13
14
export {urlRoot, version, babelURL};
0 commit comments