[0.67.4] Bump version numbers

This commit is contained in:
Distiller
2022-03-18 00:48:59 +00:00
parent abaf4d4af1
commit 0e06185f43
10 changed files with 537 additions and 537 deletions
@@ -17,6 +17,6 @@ public class ReactNativeVersion {
public static final Map<String, Object> VERSION = MapBuilder.<String, Object>of(
"major", 0,
"minor", 67,
"patch", 3,
"patch", 4,
"prerelease", null);
}