[0.68.1] Bump version numbers

This commit is contained in:
Distiller
2022-04-13 13:37:50 +00:00
parent 48113b5635
commit b5f1b26a8f
10 changed files with 538 additions and 538 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ namespace facebook::react {
constexpr struct {
int32_t Major = 0;
int32_t Minor = 68;
int32_t Patch = 0;
int32_t Patch = 1;
std::string_view Prerelease = "";
} ReactNativeVersion;