bump version

This commit is contained in:
Till Krüss
2023-01-17 09:42:04 -08:00
parent fbf270156f
commit 65fe24e346
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
2.0.4-dev
2.1.1-dev
+1 -1
View File
@@ -45,7 +45,7 @@ use Predis\Transaction\MultiExec as MultiExecTransaction;
*/
class Client implements ClientInterface, \IteratorAggregate
{
const VERSION = '2.1.0';
const VERSION = '2.1.1-dev';
/** @var OptionsInterface */
private $options;