From ed7811c11382394ebb5baa44b4d1dcb27d889444 Mon Sep 17 00:00:00 2001 From: David Cramer Date: Fri, 20 Jan 2017 09:28:07 -0800 Subject: [PATCH] 0.7.0 --- src/Sentry/SentryBundle/SentryBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Sentry/SentryBundle/SentryBundle.php b/src/Sentry/SentryBundle/SentryBundle.php index c0af6e71..262a30a6 100644 --- a/src/Sentry/SentryBundle/SentryBundle.php +++ b/src/Sentry/SentryBundle/SentryBundle.php @@ -6,5 +6,5 @@ class SentryBundle extends Bundle { - const VERSION = '0.7.x-dev'; + const VERSION = '0.7.0'; }