Unverified Commit ae9925a7 authored by Luís Cobucci's avatar Luís Cobucci Committed by GitHub

Merge pull request #3098 from Majkl578/bump-2.8

Bump version to 2.8.x-dev
parents f2d1f378 c1e78a93
...@@ -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