Skip to content

Commit

Permalink
Bump VERSION and update CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
nrk committed Feb 18, 2013
1 parent aba24d0 commit 8c0498a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v0.8.3 (2013-xx-xx)
v0.8.3 (2013-02-18)
===============================================================================

- Added `CLIENT SETNAME` and `CLIENT GETNAME` (ISSUE #102).
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.3-dev
0.8.3
2 changes: 1 addition & 1 deletion lib/Predis/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
*/
class Client implements ClientInterface
{
const VERSION = '0.8.3-dev';
const VERSION = '0.8.3';

private $options;
private $profile;
Expand Down
2 changes: 1 addition & 1 deletion package.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ desc = "Flexible and feature-complete PHP client library for Redis"
homepage = "http://github.com/nrk/predis"
license = "MIT"
version = "0.8.3"
stability = "devel"
stability = "stable"
channel = "pear.nrk.io"

author = "Daniele Alessandri \"nrk\" <suppakilla@gmail.com>"
Expand Down

0 comments on commit 8c0498a

Please sign in to comment.