mirror of
https://github.com/predis/predis.git
synced 2026-08-19 20:53:09 +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:
+1
-1
@@ -1,4 +1,4 @@
|
||||
v0.9.0 (201x-xx-xx)
|
||||
v1.0.0 (201x-xx-xx)
|
||||
================================================================================
|
||||
|
||||
- The default server profile for Redis is now `2.8`.
|
||||
|
||||
@@ -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;
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ name = "Predis"
|
||||
desc = "Flexible and feature-complete PHP client library for Redis"
|
||||
homepage = "http://github.com/nrk/predis"
|
||||
license = "MIT"
|
||||
version = "0.9.0"
|
||||
version = "1.0.0"
|
||||
stability = "devel"
|
||||
channel = "pear.nrk.io"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user