[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
@@ -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);
}