1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-01-29 19:27:34 +01:00

Tagging 2.8.6

This commit is contained in:
Michael Dowling 2012-09-05 16:30:30 -07:00
parent 6300bd983a
commit 93e2405749
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ The recommended way to install Guzzle is through [Composer](http://getcomposer.o
}
}
Consider tightening your dependencies to a known version when deploying mission critical applications (e.g. ``2.7.*``).
Consider tightening your dependencies to a known version when deploying mission critical applications (e.g. ``2.8.*``).
2. Download and install Composer:

View File

@ -7,5 +7,5 @@ namespace Guzzle\Common;
*/
class Version
{
const VERSION = '2.8.5';
const VERSION = '2.8.6';
}