We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da40ea9 commit b5929d7Copy full SHA for b5929d7
composer.json
@@ -27,7 +27,7 @@
27
},
28
"extra": {
29
"branch-alias": {
30
- "dev-master": "0.5.x-dev"
+ "dev-master": "0.6.x-dev"
31
}
32
33
src/Sentry/SentryBundle/SentryBundle.php
@@ -6,5 +6,5 @@
6
7
class SentryBundle extends Bundle
8
{
9
- const VERSION = '0.5.x-dev';
+ const VERSION = '0.6.x-dev';
10
0 commit comments