Bump version to 2.8.x-dev

parent d4a96deb
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
}, },
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.7.x-dev" "dev-master": "2.8.x-dev"
} }
}, },
"archive": { "archive": {
......
...@@ -38,7 +38,7 @@ class Version ...@@ -38,7 +38,7 @@ class Version
/** /**
* Current Doctrine Version. * Current Doctrine Version.
*/ */
const VERSION = '2.7.0-DEV'; public const VERSION = '2.8.0-DEV';
/** /**
* Compares a Doctrine version with the current one. * Compares a Doctrine version with the current one.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment