mirror of
https://github.com/predis/predis.git
synced 2026-08-30 04:02:22 +00:00
Back to development for the next patch release.
This commit is contained in:
@@ -29,7 +29,7 @@ use Predis\Transaction\MultiExecContext;
|
||||
*/
|
||||
class Client
|
||||
{
|
||||
const VERSION = '0.7.2';
|
||||
const VERSION = '0.7.3-dev';
|
||||
|
||||
private $options;
|
||||
private $profile;
|
||||
|
||||
+2
-2
@@ -11,8 +11,8 @@ name = "Predis"
|
||||
desc = "Flexible and feature-complete PHP client library for Redis"
|
||||
homepage = "http://github.com/nrk/predis"
|
||||
license = "MIT"
|
||||
version = "0.7.2"
|
||||
stability = "stable"
|
||||
version = "0.7.3"
|
||||
stability = "beta"
|
||||
channel = "pear.nrk.io"
|
||||
|
||||
author = "Daniele Alessandri \"nrk\" <suppakilla@gmail.com>"
|
||||
|
||||
Reference in New Issue
Block a user