Skip to content

Commit

Permalink
Bumping the version number to 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Feb 22, 2014
1 parent f02da50 commit 8569983
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* 2.7.1 (2014-02-19)
* Moved moontoast/math and symfony/console to require-dev; fixes #20
* Now supporting symfony/console for 2.3 (LTS version); fixes #21
* Updated tests to run even when dev packages are not installed (skips tests if requirements are not met)
* 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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ the following command to install the package and add it as a requirement to
`composer.json`:

```bash
composer.phar require "rhumsaa/uuid=~2.6"
composer.phar require "rhumsaa/uuid=~2.7"
```


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.7.0';
const VERSION = '2.7.1';

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

0 comments on commit 8569983

Please sign in to comment.