diff --git a/Gemfile.lock b/Gemfile.lock index 8e905de..0c40429 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - redistat (0.0.6) + redistat (0.0.8) 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 68057e8..f712ff1 100644 --- a/lib/redistat/version.rb +++ b/lib/redistat/version.rb @@ -1,3 +1,3 @@ module Redistat - VERSION = "0.0.7" -end \ No newline at end of file + VERSION = "0.0.8" +end