[0.71.4] Bump version numbers

This commit is contained in:
Distiller
2023-03-08 14:19:37 +00:00
parent be199f8973
commit e0d92c64cd
8 changed files with 18 additions and 20 deletions
@@ -17,6 +17,6 @@ public class ReactNativeVersion {
public static final Map<String, Object> VERSION = MapBuilder.<String, Object>of(
"major", 0,
"minor", 71,
"patch", 3,
"patch", 4,
"prerelease", null);
}