Back to development.

This commit is contained in:
Daniele Alessandri
2015-01-02 13:54:29 +01:00
parent 7a170b3d81
commit c4c36cae7a
3 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.1';
const VERSION = '1.0.2-dev';
protected $connection;
protected $options;