mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
b5c0852fdd
* Bump version to 16.6.0-beta.0 * Root too
12 lines
303 B
JavaScript
12 lines
303 B
JavaScript
/**
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
// TODO: this is special because it gets imported during build.
|
|
module.exports = '16.6.0-beta.0';
|