1
0
Files
2020-08-06 14:50:07 +08:00

9 lines
95 B
PHP

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