Skip to content

Commit 91472ec

Browse files
committed
0.7.x-dev
1 parent 5ee6b29 commit 91472ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"extra": {
2929
"branch-alias": {
30-
"dev-master": "0.6.x-dev"
30+
"dev-master": "0.7.x-dev"
3131
}
3232
}
3333
}

src/Sentry/SentryBundle/SentryBundle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77
class SentryBundle extends Bundle
88
{
9-
const VERSION = '0.6.x-dev';
9+
const VERSION = '0.7.x-dev';
1010
}

0 commit comments

Comments
 (0)