Skip to content

Commit

Permalink
Bumping the version number to 2.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Oct 30, 2014
1 parent 72a7201 commit eb1d371
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
* 2.7.4 (2014-10-29)
* Changed loop in `generateBytes()` from `foreach` to `for`; see #33
* Use `toString()` in README examples to avoid confusion
* Exclude build/development tools from releases using .gitattributes
* Set timezone properly for tests
* 2.7.3 (2014-08-27)
* Fixed upper range for `mt_rand` used in version 4 UUIDs
* 2.7.2 (2014-07-28)
Expand Down
2 changes: 1 addition & 1 deletion src/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.7.x-dev';
const VERSION = '2.7.4';

/**
* For testing, 64-bit system override; if true, treat the system as 32-bit
Expand Down

0 comments on commit eb1d371

Please sign in to comment.