[0.70.9] Bump version numbers

This commit is contained in:
Distiller
2023-04-19 09:51:57 +00:00
parent 260a9c720e
commit 6bba507895
8 changed files with 11 additions and 11 deletions
@@ -17,6 +17,6 @@ public class ReactNativeVersion {
public static final Map<String, Object> VERSION = MapBuilder.<String, Object>of(
"major", 0,
"minor", 70,
"patch", 8,
"patch", 9,
"prerelease", null);
}