[0.69.12] Bump version numbers

This commit is contained in:
Distiller
2023-07-04 14:39:17 +00:00
parent 4db7a10e25
commit 5883b0bd7e
9 changed files with 541 additions and 541 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ namespace facebook::react {
constexpr struct {
int32_t Major = 0;
int32_t Minor = 69;
int32_t Patch = 11;
int32_t Patch = 12;
std::string_view Prerelease = "";
} ReactNativeVersion;