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

This reverts commit c9a3c5749b.
This commit is contained in:
Lorenzo Sciandra
2022-11-04 12:28:15 +00:00
parent b8f8ac0e1c
commit c4a7e46976
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);
}