Skip to content

Commit bde49a1

Browse files
committed
meta: Bump version 2.0.0-beta.0
1 parent 69b666a commit bde49a1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Sentry/Laravel/Tracing/Middleware.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
use Illuminate\Http\Request;
77
use Sentry\SentrySdk;
88
use Sentry\State\Hub;
9-
use Sentry\State\Scope;
109
use Sentry\Tracing\SpanContext;
1110
use Sentry\Tracing\TransactionContext;
1211

src/Sentry/Laravel/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
final class Version
66
{
77
public const SDK_IDENTIFIER = 'sentry.php.laravel';
8-
public const SDK_VERSION = '1.8.0';
8+
public const SDK_VERSION = '2.0.0-beta.0';
99
}

0 commit comments

Comments
 (0)