... and here comes Predis v1.0.0!

This commit is contained in:
Daniele Alessandri
2014-08-01 11:59:50 +02:00
parent 25d0008b2f
commit d4be306d0a
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ use Predis\Transaction\MultiExec as MultiExecTransaction;
*/
class Client implements ClientInterface
{
const VERSION = '1.0.0-dev';
const VERSION = '1.0.0';
protected $connection;
protected $options;