diff --git a/VERSION b/VERSION index befa7598..512a1faa 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.9-dev +1.1.9 diff --git a/package.ini b/package.ini index b107344f..0bd5e12b 100644 --- a/package.ini +++ b/package.ini @@ -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\" " diff --git a/src/Client.php b/src/Client.php index 3b8b77f3..cab5d2c3 100644 --- a/src/Client.php +++ b/src/Client.php @@ -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;