Skip to content

Commit

Permalink
Merge branch 'nikhilem-update-version-number'
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Feb 6, 2019
2 parents 9f4b4a9 + af11b29 commit 2a5b6cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions content/versions.yml
@@ -1,5 +1,9 @@
- title: '16.8'
changelog: https://github.com/facebook/react/blob/master/CHANGELOG.md#1680-february-6-2019
- title: '16.7'
path: /version/16.7
changelog: https://github.com/facebook/react/blob/master/CHANGELOG.md#1670-december-19-2018
url: https://5c54aa429e16c80007af3cd2--reactjs.netlify.com/
- title: '16.6'
path: /version/16.6
changelog: https://github.com/facebook/react/blob/master/CHANGELOG.md#1660-october-23-2018
Expand Down
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.7.0';
const version = '16.8.0';
const babelURL = 'https://unpkg.com/babel-standalone@6.26.0/babel.min.js';

export {urlRoot, version, babelURL};

0 comments on commit 2a5b6cc

Please sign in to comment.