From 6309e4b2174c184aaa90a4d7fbd75cd8b404110e Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 12 Jan 2011 16:12:55 +0000 Subject: [PATCH] Version bump to 0.0.8 --- Gemfile.lock | 2 +- lib/redistat/version.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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