From a300a9dce10b6aa4cb4252a2650858c90f60ede7 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Thu, 16 Jul 2015 12:55:55 -0500 Subject: [PATCH] Removing the VERSION constant --- src/Uuid.php | 5 ----- 1 file changed, 5 deletions(-) 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