From 6af68ccfa197455ec8ec2880de446efd325b36eb Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Mon, 28 Jul 2014 13:03:11 -0500 Subject: [PATCH] Set package version to 3.0.x-dev --- composer.json | 2 +- src/Uuid.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 4e2c627..f590cc2 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ }, "extra": { "branch-alias": { - "dev-master": "2.8.x-dev" + "dev-master": "3.0.x-dev" } } } diff --git a/src/Uuid.php b/src/Uuid.php index 107b0ba..29fd08f 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.x-dev'; + const VERSION = '3.0.x-dev'; /** * For testing, 64-bit system override; if true, treat the system as 32-bit