From 1fe9d685c054312e6787dbe7ac395985b83a9135 Mon Sep 17 00:00:00 2001 From: David Cramer Date: Thu, 8 Sep 2016 10:53:52 -0700 Subject: [PATCH] 0.5.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 85c5a068..b8a7879f 100644 --- a/src/Sentry/SentryBundle/SentryBundle.php +++ b/src/Sentry/SentryBundle/SentryBundle.php @@ -6,5 +6,5 @@ class SentryBundle extends Bundle { - const VERSION = '0.5.x-dev'; + const VERSION = '0.5.0'; }