Revert "[0.70.6] Bump version numbers"

This reverts commit 02a388f050.
This commit is contained in:
Lorenzo Sciandra
2022-11-15 15:12:45 +00:00
parent 02a388f050
commit 69ce989307
8 changed files with 8 additions and 8 deletions
@@ -17,6 +17,6 @@ public class ReactNativeVersion {
public static final Map<String, Object> VERSION = MapBuilder.<String, Object>of(
"major", 0,
"minor", 70,
"patch", 6,
"patch", 5,
"prerelease", null);
}