Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/ignore-length-spatial-index' int…
Browse files Browse the repository at this point in the history
…o ignore-length-spatial-index
  • Loading branch information
ksaveras committed Sep 26, 2020
2 parents 4619a80 + 0eb76cf commit d7ab498
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/Doctrine/DBAL/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,13 @@

/**
* Class to store and retrieve the version of Doctrine.
*
* @internal
* @deprecated Refrain from checking the DBAL version at runtime.
*/
class Version
{
/**
* Current Doctrine Version.
*/
public const VERSION = '2.11.0-DEV';
public const VERSION = '2.10.3-DEV';

/**
* Compares a Doctrine version with the current one.
Expand Down

0 comments on commit d7ab498

Please sign in to comment.