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

This reverts commit ea9dd430a6.
This commit is contained in:
Lorenzo Sciandra
2022-11-04 14:26:17 +00:00
parent 32931b19b1
commit 4d0be144bf
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);
}