mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-16 16:17:43 +03:00
Bumping version number for 2.7.0 release
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
* 2.7.0 (2014-01-31)
|
||||
* Moved UUID validation regex pattern into constant for external use (`Uuid::VALID_PATTERN`)
|
||||
* 2.6.1 (2014-01-27)
|
||||
* Fixed bug where `uuid` console application could not find the Composer autoloader when installed in another project
|
||||
* 2.6.0 (2014-01-17)
|
||||
|
||||
@@ -93,7 +93,7 @@ final class Uuid
|
||||
/**
|
||||
* Version of the Rhumsaa\Uuid package
|
||||
*/
|
||||
const VERSION = '2.6.1';
|
||||
const VERSION = '2.7.0';
|
||||
|
||||
/**
|
||||
* For testing, 64-bit system override; if true, treat the system as 32-bit
|
||||
|
||||
Reference in New Issue
Block a user