Skip to content

Commit 30fab0c

Browse files
committed
Mark correct bundle dev versions
1 parent ae712c4 commit 30fab0c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@
4646
},
4747
"extra": {
4848
"branch-alias": {
49-
"dev-master": "1.0.x-dev"
49+
"master": "2.0.x-dev",
50+
"releases/0.8.x": "0.8.x-dev",
51+
"releases/1.x": "1.0.x-dev"
5052
}
5153
}
5254
}

src/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 = '1.0';
9+
const VERSION = '1.0.x-dev';
1010
}

0 commit comments

Comments
 (0)