Skip to content

Commit 0607d84

Browse files
committed
Back to development.
1 parent 0e17edb commit 0607d84

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
1.1.1-dev

package.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ name = "Predis"
1010
desc = "Flexible and feature-complete Redis client for PHP and HHVM"
1111
homepage = "http://github.com/nrk/predis"
1212
license = "MIT"
13-
version = "1.1.0"
14-
stability = "stable"
13+
version = "1.1.1"
14+
stability = "devel"
1515
channel = "pear.nrk.io"
1616

1717
author = "Daniele Alessandri \"nrk\" <[email protected]>"

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
*/
4141
class Client implements ClientInterface, \IteratorAggregate
4242
{
43-
const VERSION = '1.1.0';
43+
const VERSION = '1.1.1-dev';
4444

4545
protected $connection;
4646
protected $options;

0 commit comments

Comments
 (0)