bump version

This commit is contained in:
Till Krüss
2020-08-14 10:15:57 -07:00
parent 7636d55e10
commit 71b2119436
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
1.1.2
2.0.0-dev
+1 -1
View File
@@ -40,7 +40,7 @@ use Predis\Transaction\MultiExec as MultiExecTransaction;
*/
class Client implements ClientInterface, \IteratorAggregate
{
const VERSION = '1.1.2';
const VERSION = '2.0.0-dev';
protected $connection;
protected $options;