Revert "[0.71.0-rc.0] Bump version numbers"

This reverts commit 27c32b2d71.
This commit is contained in:
Lorenzo Sciandra
2022-11-04 15:14:34 +00:00
parent e4f23f4783
commit 94b1165a44
9 changed files with 124 additions and 2128 deletions
@@ -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);
}