tag 2.0.0-beta.1

This commit is contained in:
Till Krüss
2022-05-26 11:48:12 -07:00
parent 619890f715
commit 4cc119a03c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
2.0.0-dev
2.0.0-beta.1
+1 -1
View File
@@ -40,7 +40,7 @@ use Predis\Transaction\MultiExec as MultiExecTransaction;
*/
class Client implements ClientInterface, \IteratorAggregate
{
const VERSION = '2.0.0-dev';
const VERSION = '2.0.0-beta.1';
/** @var OptionsInterface */
private $options;