diff --git a/src/Uuid.php b/src/Uuid.php index efe8110..d131430 100644 --- a/src/Uuid.php +++ b/src/Uuid.php @@ -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