From 96a01caa11a2f4136293bf60bbe247597b3eeb36 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Sun, 9 Nov 2014 13:48:45 -0500 Subject: [PATCH] Setting version in master to 2.8.x-dev --- src/Uuid.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Uuid.php b/src/Uuid.php index ec03ecd..b25777e 100644 --- a/src/Uuid.php +++ b/src/Uuid.php @@ -93,7 +93,7 @@ final class Uuid /** * Version of the Rhumsaa\Uuid package */ - const VERSION = '2.8.0'; + const VERSION = '2.8.x-dev'; /** * For testing, 64-bit system override; if true, treat the system as 32-bit