mirror of
https://github.com/predis/predis.git
synced 2026-08-29 19:55:45 +00:00
Update CHANGELOG and bump VERSION (v1.1.5)
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ use Predis\Transaction\MultiExec as MultiExecTransaction;
|
||||
*/
|
||||
class Client implements ClientInterface, \IteratorAggregate
|
||||
{
|
||||
const VERSION = '1.1.5-dev';
|
||||
const VERSION = '1.1.5';
|
||||
|
||||
protected $connection;
|
||||
protected $options;
|
||||
|
||||
Reference in New Issue
Block a user