Skip to content

Commit be96cb9

Browse files
committed
0.6.x-dev
1 parent b144a2f commit be96cb9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.6.0
2+
-----
3+
14
0.5.0
25
-----
36

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.5.x-dev"
30+
"dev-master": "0.6.x-dev"
3131
}
3232
}
3333
}

src/Sentry/SentryLaravel/SentryLaravel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
class SentryLaravel
66
{
7-
const VERSION = '0.5.0.dev0';
7+
const VERSION = '0.6.x-dev';
88

99
public static function getClient($user_config)
1010
{

0 commit comments

Comments
 (0)