From 232fed621420841c43d52e635b0f39fe87bde1a6 Mon Sep 17 00:00:00 2001 From: David Cramer Date: Mon, 24 Oct 2016 11:35:26 -0700 Subject: [PATCH] 0.6.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 2ec6a76c..7de9c87d 100644 --- a/src/Sentry/SentryBundle/SentryBundle.php +++ b/src/Sentry/SentryBundle/SentryBundle.php @@ -6,5 +6,5 @@ class SentryBundle extends Bundle { - const VERSION = '0.6.x-dev'; + const VERSION = '0.6.0'; }