[0.71.10] Bump version numbers

This commit is contained in:
Distiller
2023-06-07 17:15:58 +00:00
parent 3be3a7d1a2
commit 4e92d67068
7 changed files with 8 additions and 8 deletions
@@ -17,6 +17,6 @@ public class ReactNativeVersion {
public static final Map<String, Object> VERSION = MapBuilder.<String, Object>of(
"major", 0,
"minor", 71,
"patch", 9,
"patch", 10,
"prerelease", null);
}