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
+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;