Skip to content

Commit d7d63d7

Browse files
authored
Merge pull request #4 from maks/context-fix-test
match reported SDK version to version in pubspec
2 parents 56659ee + 782143b commit d7d63d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
library version;
1010

1111
/// The SDK version reported to Sentry.io in the submitted events.
12-
const String sdkVersion = '3.0.0+1';
12+
const String sdkVersion = '3.0.1';
1313

1414
/// The SDK name reported to Sentry.io in the submitted events.
1515
const String sdkName = 'dart';

0 commit comments

Comments
 (0)