From 337a19529e480425ed9611f7fcf4473b73d51fb4 Mon Sep 17 00:00:00 2001 From: Nando Vieira Date: Fri, 15 Jul 2011 13:51:02 -0300 Subject: [PATCH] Bump up version --- Gemfile.lock | 2 +- lib/redis/settings/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e8c091b..87b96ed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - redis-settings (0.2.0) + redis-settings (0.2.1) redis GEM diff --git a/lib/redis/settings/version.rb b/lib/redis/settings/version.rb index b4ffa9d..9a803b5 100644 --- a/lib/redis/settings/version.rb +++ b/lib/redis/settings/version.rb @@ -3,7 +3,7 @@ class Settings module Version MAJOR = 0 MINOR = 2 - PATCH = 0 + PATCH = 1 STRING = "#{MAJOR}.#{MINOR}.#{PATCH}" end end