Skip to content

Commit

Permalink
Bumping version to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
marceloboeira committed Jan 31, 2016
1 parent 3103bd2 commit e7004aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/redis-rack-cache/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Redis
module Rack
module Cache
VERSION = '1.2.3'
VERSION = '1.2.4'
end
end
end
2 changes: 1 addition & 1 deletion test/redis-rack-cache/version_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

describe Redis::Rack::Cache::VERSION do
it 'returns current version' do
Redis::Rack::Cache::VERSION.must_equal '1.2.3'
Redis::Rack::Cache::VERSION.must_equal '1.2.4'
end
end

0 comments on commit e7004aa

Please sign in to comment.