bump version to 1.1.10 stable

This commit is contained in:
Till Krüss
2022-01-05 09:46:08 -08:00
parent ca1f398f7c
commit a2fb02d738
4 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ use Predis\Transaction\MultiExec as MultiExecTransaction;
*/
class Client implements ClientInterface, \IteratorAggregate
{
const VERSION = '1.1.10-dev';
const VERSION = '1.1.10';
protected $connection;
protected $options;