Files
react-native/Libraries/Core/ReactNativeVersion.js
T
Lorenzo Sciandra 69ce989307 Revert "[0.70.6] Bump version numbers"
This reverts commit 02a388f050.
2022-11-15 15:12:45 +00:00

18 lines
337 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: 0,
minor: 70,
patch: 5,
prerelease: null,
};