Skip to content

Commit

Permalink
Bumping version number for 2.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Jan 31, 2014
1 parent 6d14319 commit f4d16d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/Rhumsaa/Uuid/Uuid.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f4d16d2

Please sign in to comment.