Skip to content

Commit

Permalink
Update CHANGELOG and bump VERSION (v1.1.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrk committed Aug 29, 2020
1 parent b9ebe8a commit 8be2418
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v1.1.4 (2020-xx-xx)
v1.1.4 (2020-08-31)
================================================================================

- Improved @method annotations for methods responding to Redis commands defined
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.4-dev
1.1.4
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
*/
class Client implements ClientInterface, \IteratorAggregate
{
const VERSION = '1.1.4-dev';
const VERSION = '1.1.4';

protected $connection;
protected $options;
Expand Down

0 comments on commit 8be2418

Please sign in to comment.