[0.70.0-rc.0] Bump version numbers

This commit is contained in:
Distiller
2022-07-15 13:55:58 +00:00
parent 8c682ddd59
commit c0127265a1
8 changed files with 66 additions and 33 deletions
@@ -16,7 +16,7 @@ import java.util.Map;
public class ReactNativeVersion {
public static final Map<String, Object> VERSION = MapBuilder.<String, Object>of(
"major", 0,
"minor", 0,
"minor", 70,
"patch", 0,
"prerelease", null);
"prerelease", "rc.0");
}