Version.php 99 B

12345678
  1. <?php
  2. namespace Doctrine\Common\Cache;
  3. class Version
  4. {
  5. public const VERSION = '1.9.0-DEV';
  6. }