[0.71.0-rc.4] Bump version numbers

This commit is contained in:
Distiller
2022-12-14 10:59:28 +00:00
parent 415d6a8858
commit e2e6ee363f
10 changed files with 560 additions and 648 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=0.71.0-rc.3
VERSION_NAME=0.71.0-rc.4
GROUP=com.facebook.react
# JVM Versions
@@ -18,5 +18,5 @@ public class ReactNativeVersion {
"major", 0,
"minor", 71,
"patch", 0,
"prerelease", "rc.3");
"prerelease", "rc.4");
}