Removing the VERSION constant

This commit is contained in:
Ben Ramsey
2015-07-16 12:55:55 -05:00
parent 7cb602d69b
commit a300a9dce1
-5
View File
@@ -96,11 +96,6 @@ class Uuid implements UuidInterface
*/
const VALID_PATTERN = '^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}$';
/**
* Version of the Ramsey\Uuid package
*/
const VERSION = '3.0.x-dev';
/**
*
* @var UuidFactoryInterface