Bug Report
| Q |
A |
| BC Break |
no |
| Version |
2.13.2 |
Summary
lib/Doctrine/DBAL/Version.php has out-of-date version.
Current behaviour
public const VERSION = '2.12.2-DEV';
How to reproduce
Look at the source code.
Expected behaviour
Should have been released as:
public const VERSION = '2.13.2';
And maybe in the branch it should now be:
public const VERSION = '2.13.3-DEV';