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

This reverts commit f0054e1e30.
This commit is contained in:
Riccardo Cipolleschi
2022-11-04 10:53:57 +00:00
parent 741d102476
commit 39798cfa91
8 changed files with 26 additions and 62 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);
}