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:
parent
6300bd983a
commit
93e2405749
@ -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:
|
||||
|
||||
|
@ -7,5 +7,5 @@ namespace Guzzle\Common;
|
||||
*/
|
||||
class Version
|
||||
{
|
||||
const VERSION = '2.8.5';
|
||||
const VERSION = '2.8.6';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user