mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Revert "[0.71.0-rc.0] Bump version numbers"
This reverts commit f0054e1e30.
This commit is contained in:
+3
-3
@@ -15,8 +15,8 @@ import java.util.Map;
|
||||
|
||||
public class ReactNativeVersion {
|
||||
public static final Map<String, Object> VERSION = MapBuilder.<String, Object>of(
|
||||
"major", 0,
|
||||
"minor", 71,
|
||||
"major", 1000,
|
||||
"minor", 0,
|
||||
"patch", 0,
|
||||
"prerelease", "rc.0");
|
||||
"prerelease", null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user