From 4cc119a03cbdbbdf139e50e43369b4e24ce75679 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Till=20Kru=CC=88ss?= Date: Thu, 26 May 2022 11:48:12 -0700 Subject: [PATCH] tag 2.0.0-beta.1 --- VERSION | 2 +- src/Client.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index d72f2626..6060c31a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0-dev +2.0.0-beta.1 diff --git a/src/Client.php b/src/Client.php index b66a8460..a3e61ea6 100644 --- a/src/Client.php +++ b/src/Client.php @@ -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;