[0.69.8] Bump version numbers

This commit is contained in:
Distiller
2023-01-30 15:34:20 +00:00
parent e5f9ec1851
commit 124bb11ecd
9 changed files with 546 additions and 546 deletions
@@ -17,6 +17,6 @@ public class ReactNativeVersion {
public static final Map<String, Object> VERSION = MapBuilder.<String, Object>of(
"major", 0,
"minor", 69,
"patch", 7,
"patch", 8,
"prerelease", null);
}