2018-11-05 09:26:30 +08:00

9 lines
95 B
PHP

<?php
namespace Doctrine\Common\Cache;
class Version
{
public const VERSION = '1.8.0';
}