From b9752ff92fa186e920614968133023ee0c15ad26 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 1 Dec 2010 13:41:30 +0000 Subject: [PATCH] Version bump to 0.0.6 --- Gemfile.lock | 2 +- lib/redistat/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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