Skip to content

Commit

Permalink
Cut version 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Mar 22, 2018
1 parent e39b1be commit 64bf1d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# MockRedis Changelog

### master (unreleased)
### 0.18.0

* Fix `hset` return value to return false when the field exists in the hash
* Fix message on exception raised from hincrbyfloat to match Redis 4
Expand Down
2 changes: 1 addition & 1 deletion lib/mock_redis/version.rb
Expand Up @@ -2,5 +2,5 @@

# Defines the gem version.
class MockRedis
VERSION = '0.17.3'.freeze
VERSION = '0.18.0'.freeze
end

0 comments on commit 64bf1d6

Please sign in to comment.