[0.62.0-rc.0] Bump version numbers

This commit is contained in:
Lorenzo Sciandra
2019-12-18 15:36:07 +00:00
parent e7c289b56e
commit 203f3e3399
6 changed files with 15 additions and 15 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", 62,
"patch", 0,
"prerelease", null);
"prerelease", "rc.0");
}