[0.71.0-rc.5] Bump version numbers

This commit is contained in:
Distiller
2022-12-19 16:46:08 +00:00
parent 52df783b1e
commit 6ece074edf
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=0.71.0-rc.4
VERSION_NAME=0.71.0-rc.5
GROUP=com.facebook.react
# JVM Versions
@@ -18,5 +18,5 @@ public class ReactNativeVersion {
"major", 0,
"minor", 71,
"patch", 0,
"prerelease", "rc.4");
"prerelease", "rc.5");
}