mirror of
https://github.com/predis/predis.git
synced 2026-08-30 04:02:22 +00:00
Update CHANGELOG and bump VERSION.
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
v0.8.5 (2013-xx-xx)
|
||||
v0.8.5 (2014-01-16)
|
||||
================================================================================
|
||||
|
||||
- Added `2.8` in the server profiles aliases list for Redis 2.8. `2.6` is still
|
||||
|
||||
@@ -30,7 +30,7 @@ use Predis\Transaction\MultiExecContext;
|
||||
*/
|
||||
class Client implements ClientInterface
|
||||
{
|
||||
const VERSION = '0.8.5-dev';
|
||||
const VERSION = '0.8.5';
|
||||
|
||||
private $options;
|
||||
private $profile;
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@ desc = "Flexible and feature-complete PHP client library for Redis"
|
||||
homepage = "http://github.com/nrk/predis"
|
||||
license = "MIT"
|
||||
version = "0.8.5"
|
||||
stability = "devel"
|
||||
stability = "stable"
|
||||
channel = "pear.nrk.io"
|
||||
|
||||
author = "Daniele Alessandri \"nrk\" <suppakilla@gmail.com>"
|
||||
|
||||
Reference in New Issue
Block a user