mirror of
https://github.com/predis/predis.git
synced 2026-08-22 11:10:59 +00:00
tag 2.0.0-beta.1
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user