Files
react-native/Libraries/Core/ReactNativeVersion.js
Andrew CoatesandAndrew Coates 14c03298d8 [0.60.6] Bump version numbers
2019-09-23 16:59:10 -07:00

18 lines
330 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
*/
exports.version = {
major: 0,
minor: 60,
patch: 6,
prerelease: null,
};