diff --git a/Gemfile.lock b/Gemfile.lock index 0883b73..3e263ca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - redistat (0.0.5) + redistat (0.0.6) activesupport (>= 2.3.0) json (>= 1.4.0) redis (>= 2.1.0) diff --git a/lib/redistat/version.rb b/lib/redistat/version.rb index d83533f..9420013 100644 --- a/lib/redistat/version.rb +++ b/lib/redistat/version.rb @@ -1,3 +1,3 @@ module Redistat - VERSION = "0.0.5" + VERSION = "0.0.6" end \ No newline at end of file