[0.59.0-rc.0] Bump version numbers

This commit is contained in:
Héctor Ramos
2019-02-13 12:03:09 -08:00
parent b2f5e451cf
commit af6de4e8c8
5 changed files with 11 additions and 11 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", 59,
"patch", 0,
"prerelease", null);
"prerelease", "rc.0");
}