Files
react-native/Libraries/Core/ReactNativeVersion.js
T
2021-06-09 15:26:21 +02:00

18 lines
339 B
JavaScript

/**
* @generated by scripts/bump-oss-version.js
*
* 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.
*
* @flow strict
*/
exports.version = {
major: 0,
minor: 65,
patch: 0,
prerelease: 'rc.0',
};