1/**
2 * @generated by scripts/set-rn-version.js
3 *
4 * Copyright (c) Meta Platforms, Inc. and affiliates.
5 *
6 * This source code is licensed under the MIT license found in the
7 * LICENSE file in the root directory of this source tree.
8 *
9 * @flow strict
10 */
11
12exports.version = {
13  major: ${major},
14  minor: ${minor},
15  patch: ${patch},
16  prerelease: ${prerelease},
17};
18