back to dev

This commit is contained in:
Till Krüss
2021-04-04 12:51:10 -07:00
parent b240daa106
commit 3271e1edcb
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
1.1.7
1.1.8-dev
+2 -2
View File
@@ -10,8 +10,8 @@ name = "Predis"
desc = "Flexible and feature-complete Redis client for PHP and HHVM"
homepage = "http://github.com/nrk/predis"
license = "MIT"
version = "1.1.7"
stability = "stable"
version = "1.1.8"
stability = "devel"
channel = "pear.nrk.io"
author = "Daniele Alessandri \"nrk\" <suppakilla@gmail.com>"
+1 -1
View File
@@ -40,7 +40,7 @@ use Predis\Transaction\MultiExec as MultiExecTransaction;
*/
class Client implements ClientInterface, \IteratorAggregate
{
const VERSION = '1.1.7';
const VERSION = '1.1.8-dev';
protected $connection;
protected $options;