Skip to content

Commit 63e0e91

Browse files
authored
Merge pull request #734 from bvaughn/update-version
Updated site constants to 16.3
2 parents b618684 + fc9936f commit 63e0e91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/site-constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// NOTE: We can't just use `location.toString()` because when we are rendering
99
// the SSR part in node.js we won't have a proper location.
1010
const urlRoot = 'https://reactjs.org';
11-
const version = '16.2.0';
11+
const version = '16.3.0';
1212
const babelURL = '//unpkg.com/babel-standalone@6.26.0/babel.min.js';
1313

1414
export {urlRoot, version, babelURL};

0 commit comments

Comments
 (0)