From c1471d1d7fff0fa5618ecfb936eb6a523c1ea8fa Mon Sep 17 00:00:00 2001 From: David Cramer Date: Fri, 21 Apr 2017 10:44:27 -0700 Subject: [PATCH] 0.7.0 --- src/Sentry/SentryLaravel/SentryLaravel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Sentry/SentryLaravel/SentryLaravel.php b/src/Sentry/SentryLaravel/SentryLaravel.php index 0f9547a4..0383345c 100644 --- a/src/Sentry/SentryLaravel/SentryLaravel.php +++ b/src/Sentry/SentryLaravel/SentryLaravel.php @@ -4,7 +4,7 @@ class SentryLaravel { - const VERSION = '0.7.x-dev'; + const VERSION = '0.7.0'; public static function getClient($user_config) {