[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
@@ -17,7 +17,7 @@ namespace facebook::react {
constexpr struct {
int32_t Major = 0;
int32_t Minor = 71;
int32_t Patch = 16;
int32_t Patch = 17;
std::string_view Prerelease = "";
} ReactNativeVersion;