mirror of
https://github.com/predis/predis.git
synced 2026-08-28 19:21:22 +00:00
... and here comes Predis v1.0.0!
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ use Predis\Transaction\MultiExec as MultiExecTransaction;
|
||||
*/
|
||||
class Client implements ClientInterface
|
||||
{
|
||||
const VERSION = '1.0.0-dev';
|
||||
const VERSION = '1.0.0';
|
||||
|
||||
protected $connection;
|
||||
protected $options;
|
||||
|
||||
Reference in New Issue
Block a user