tag 1.1.9

This commit is contained in:
Till Krüss
2021-10-05 11:55:45 -07:00
parent 92adf32e88
commit 4aa3014bb0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
1.1.9-dev
1.1.9
+1 -1
View File
@@ -11,7 +11,7 @@ desc = "Flexible and feature-complete Redis client for PHP and HHVM"
homepage = "http://github.com/nrk/predis"
license = "MIT"
version = "1.1.9"
stability = "devel"
stability = "stable"
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.9-dev';
const VERSION = '1.1.9';
protected $connection;
protected $options;