bump version to v2.0.0 stable

This commit is contained in:
Till Krüss
2022-06-08 06:11:24 -07:00
parent e5221fa13b
commit 69bb8fa082
3 changed files with 8 additions and 3 deletions
+6 -1
View File
@@ -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
View File
@@ -1 +1 @@
2.0.0-beta.1
2.0.0
+1 -1
View File
@@ -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;