mirror of
https://github.com/predis/predis.git
synced 2026-08-24 13:59:23 +00:00
bump version to v2.0.0 stable
This commit is contained in:
+6
-1
@@ -1,4 +1,4 @@
|
||||
v2.0.0-beta.1 (2022-05-26)
|
||||
v2.0.0 (2022-06-08)
|
||||
================================================================================
|
||||
|
||||
- Dropped support for PHP 7.1 and older
|
||||
@@ -120,3 +120,8 @@ v2.0.0-beta.1 (2022-05-26)
|
||||
- __FIX__: the value returned from `getArgument()` in `parseResponse()`method,
|
||||
part of `Predis\Command\Redis\SENTINEL` class, is checked to not pass `null`
|
||||
to `strtolower()` function.
|
||||
|
||||
v2.0.0-beta.1 (2022-05-26)
|
||||
================================================================================
|
||||
|
||||
Same as v2.0.0
|
||||
|
||||
+1
-1
@@ -40,7 +40,7 @@ use Predis\Transaction\MultiExec as MultiExecTransaction;
|
||||
*/
|
||||
class Client implements ClientInterface, \IteratorAggregate
|
||||
{
|
||||
const VERSION = '2.0.0-beta.1';
|
||||
const VERSION = '2.0.0';
|
||||
|
||||
/** @var OptionsInterface */
|
||||
private $options;
|
||||
|
||||
Reference in New Issue
Block a user