diff --git a/lib/src/version.dart b/lib/src/version.dart index 723d2f223b..1de3a3bfca 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -9,7 +9,7 @@ library version; /// The SDK version reported to Sentry.io in the submitted events. -const String sdkVersion = '3.0.0+1'; +const String sdkVersion = '3.0.1'; /// The SDK name reported to Sentry.io in the submitted events. const String sdkName = 'dart';