Skip to content

Commit c4d2a39

Browse files
fix(cocoa): Update the RN SDK version to current 6.5.0 (#4448)
1 parent 8b86336 commit c4d2a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/ios/RNSentryVersion.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
NSString *const NATIVE_SDK_NAME = @"sentry.cocoa.react-native";
44
NSString *const REACT_NATIVE_SDK_PACKAGE_NAME = @"npm:@sentry/react-native";
5-
NSString *const REACT_NATIVE_SDK_PACKAGE_VERSION = @"6.4.0";
5+
NSString *const REACT_NATIVE_SDK_PACKAGE_VERSION = @"6.5.0";

0 commit comments

Comments
 (0)