[0.71.3] Bump version numbers

This commit is contained in:
Distiller
2023-02-14 12:25:11 +00:00
parent a3f205a27b
commit d9321c0866
8 changed files with 9 additions and 9 deletions
@@ -17,6 +17,6 @@ public class ReactNativeVersion {
public static final Map<String, Object> VERSION = MapBuilder.<String, Object>of(
"major", 0,
"minor", 71,
"patch", 2,
"patch", 3,
"prerelease", null);
}