gnu-social/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Version.php

9 lines
99 B
PHP
Raw Normal View History

2020-08-07 23:42:38 +01:00
<?php
namespace Doctrine\Common\Cache;
class Version
{
public const VERSION = '1.9.0-DEV';
}