[0.70.8] Bump version numbers

This commit is contained in:
Distiller
2023-04-04 09:13:23 +00:00
parent 34f3794f18
commit 99c097917b
8 changed files with 12 additions and 12 deletions
@@ -17,6 +17,6 @@ public class ReactNativeVersion {
public static final Map<String, Object> VERSION = MapBuilder.<String, Object>of(
"major", 0,
"minor", 70,
"patch", 7,
"patch", 8,
"prerelease", null);
}