tag v1.1.7

This commit is contained in:
Till Krüss
2021-04-04 12:34:46 -07:00
parent 8fee6ce8c3
commit b240daa106
4 changed files with 6 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.7-dev';
const VERSION = '1.1.7';
protected $connection;
protected $options;