@@ -1,4 +1,4 @@
-v1.0.4 (2016-05-xx)
+v1.0.4 (2016-05-30)
================================================================================
- Added new profile for Redis 3.2 with its new commands: `HSTRLEN`, `BITFIELD`,
@@ -1 +1 @@
-1.0.3
+1.0.4
@@ -10,7 +10,7 @@ name = "Predis"
desc = "Flexible and feature-complete Redis client for PHP and HHVM"
homepage = "http://github.com/nrk/predis"
license = "MIT"
-version = "1.0.3"
+version = "1.0.4"
stability = "stable"
channel = "pear.nrk.io"
@@ -40,7 +40,7 @@ use Predis\Transaction\MultiExec as MultiExecTransaction;
*/
class Client implements ClientInterface
{
- const VERSION = '1.0.3';
+ const VERSION = '1.0.4';
protected $connection;
protected $options;