Skip to content

Commit

Permalink
Cut version 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Jan 20, 2016
1 parent ef8fe49 commit ce0075b
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.16.0

* Add stub implementations for `script`/`eval`/`evalsha` commands
* Add implementations for `SCAN` family (`sscan`/`hscan`/`zscan`)
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.15.4'.freeze
VERSION = '0.16.0'.freeze
end

0 comments on commit ce0075b

Please sign in to comment.