mirror of
https://github.com/predis/predis.git
synced 2026-08-25 02:59:41 +00:00
Let's set this in stone: next major version is going to be v1.0.0.
[ci skip]
This commit is contained in:
@@ -40,7 +40,7 @@ use Predis\Transaction\MultiExec as TransactionMultiExec;
|
||||
*/
|
||||
class Client implements ClientInterface
|
||||
{
|
||||
const VERSION = '0.9.0-dev';
|
||||
const VERSION = '1.0.0-dev';
|
||||
|
||||
protected $connection;
|
||||
protected $options;
|
||||
|
||||
Reference in New Issue
Block a user