Skip to content

Commit 88f60c9

Browse files
committed
Tag release 0.8.0
1 parent c89046c commit 88f60c9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Sentry/SentryBundle/EventListener/ExceptionListener.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Sentry\SentryBundle\EventListener;
44

5-
use Sentry\SentryBundle;
65
use Sentry\SentryBundle\Event\SentryUserContextEvent;
76
use Sentry\SentryBundle\SentrySymfonyClient;
87
use Sentry\SentryBundle\SentrySymfonyEvents;

src/Sentry/SentryBundle/SentryBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77
class SentryBundle extends Bundle
88
{
9-
const VERSION = '0.8.x-dev';
9+
const VERSION = '0.8.0';
1010
}

0 commit comments

Comments
 (0)