[0.71.17] Bump version numbers

This commit is contained in:
Distiller
2024-02-27 01:05:02 +00:00
parent b4d8ae5b1b
commit ede87f82a1
8 changed files with 17 additions and 13 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=0.71.16
VERSION_NAME=0.71.17
GROUP=com.facebook.react
# JVM Versions
@@ -17,6 +17,6 @@ public class ReactNativeVersion {
public static final Map<String, Object> VERSION = MapBuilder.<String, Object>of(
"major", 0,
"minor", 71,
"patch", 16,
"patch", 17,
"prerelease", null);
}