mirror of
https://github.com/predis/predis.git
synced 2026-09-11 19:07:30 +00:00
Back to development.
[ci skip]
This commit is contained in:
@@ -30,7 +30,7 @@ use Predis\Transaction\MultiExecContext;
|
||||
*/
|
||||
class Client implements ClientInterface
|
||||
{
|
||||
const VERSION = '0.8.6';
|
||||
const VERSION = '0.8.7-dev';
|
||||
|
||||
private $options;
|
||||
private $profile;
|
||||
|
||||
+2
-2
@@ -10,8 +10,8 @@ name = "Predis"
|
||||
desc = "Flexible and feature-complete PHP client library for Redis"
|
||||
homepage = "http://github.com/nrk/predis"
|
||||
license = "MIT"
|
||||
version = "0.8.6"
|
||||
stability = "stable"
|
||||
version = "0.8.7"
|
||||
stability = "devel"
|
||||
channel = "pear.nrk.io"
|
||||
|
||||
author = "Daniele Alessandri \"nrk\" <suppakilla@gmail.com>"
|
||||
|
||||
Reference in New Issue
Block a user