Files
react-native/Libraries/Core/ReactNativeVersion.js
T
Riccardo Cipolleschi 39798cfa91 Revert "[0.71.0-rc.0] Bump version numbers"
This reverts commit f0054e1e30.
2022-11-04 10:53:57 +00:00

18 lines
339 B
JavaScript

/**
* @generated by scripts/set-rn-version.js
*
* Copyright (c) Meta Platforms, Inc. and 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: 1000,
minor: 0,
patch: 0,
prerelease: null,
};