Back to development.

[ci skip]
This commit is contained in:
Daniele Alessandri
2020-08-31 12:39:52 +02:00
parent 8be2418f01
commit f225c55a01
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ use Predis\Transaction\MultiExec as MultiExecTransaction;
*/
class Client implements ClientInterface, \IteratorAggregate
{
const VERSION = '1.1.4';
const VERSION = '1.1.5-dev';
protected $connection;
protected $options;