diff --git a/Gemfile.lock b/Gemfile.lock index d7ddaa5..6db9944 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - redistat (0.0.3) + redistat (0.0.4) activesupport (>= 2.3.0) json (>= 1.4.6) redis (>= 2.1.1) diff --git a/lib/redistat/version.rb b/lib/redistat/version.rb index 71ca7c6..ab2c53d 100644 --- a/lib/redistat/version.rb +++ b/lib/redistat/version.rb @@ -1,3 +1,3 @@ module Redistat - VERSION = "0.0.3" + VERSION = "0.0.4" end