mirror of
https://github.com/predis/predis.git
synced 2026-08-18 14:54:50 +00:00
Back to development.
Forgot to do so earlier, as usual... [ci skip]
This commit is contained in:
+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 = "1.0.0"
|
||||
stability = "stable"
|
||||
version = "1.0.1"
|
||||
stability = "devel"
|
||||
channel = "pear.nrk.io"
|
||||
|
||||
author = "Daniele Alessandri \"nrk\" <suppakilla@gmail.com>"
|
||||
|
||||
+1
-1
@@ -42,7 +42,7 @@ use Predis\Transaction\MultiExec as MultiExecTransaction;
|
||||
*/
|
||||
class Client implements ClientInterface
|
||||
{
|
||||
const VERSION = '1.0.0';
|
||||
const VERSION = '1.0.1-dev';
|
||||
|
||||
protected $connection;
|
||||
protected $options;
|
||||
|
||||
Reference in New Issue
Block a user