Skip to content

Commit

Permalink
Use 16.8.1 (#1638)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Feb 6, 2019
1 parent d20be53 commit 8eaa701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site-constants.js
Expand Up @@ -8,7 +8,7 @@
// NOTE: We can't just use `location.toString()` because when we are rendering
// the SSR part in node.js we won't have a proper location.
const urlRoot = 'https://reactjs.org';
const version = '16.8.0';
const version = '16.8.1';
const babelURL = 'https://unpkg.com/babel-standalone@6.26.0/babel.min.js';

export {urlRoot, version, babelURL};

0 comments on commit 8eaa701

Please sign in to comment.