Skip to content

Commit df1283b

Browse files
committed
Bump version 2.6.0-DEV
1 parent 5df3a64 commit df1283b

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
@@ -28,7 +28,7 @@
2828
},
2929
"extra": {
3030
"branch-alias": {
31-
"dev-master": "2.5.x-dev"
31+
"dev-master": "2.6.x-dev"
3232
}
3333
},
3434
"archive": {

lib/Doctrine/DBAL/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Version
3434
/**
3535
* Current Doctrine Version.
3636
*/
37-
const VERSION = '2.5.0-DEV';
37+
const VERSION = '2.6.0-DEV';
3838

3939
/**
4040
* Compares a Doctrine version with the current one.

0 commit comments

Comments
 (0)