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