From 381c8aaa85b05f62bd6d8a816e13b82e5b3449e6 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Sun, 8 Aug 2010 22:05:27 -0700 Subject: [PATCH] v0.9.0 --- redis-namespace.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis-namespace.gemspec b/redis-namespace.gemspec index 93bf1a8..9c4862a 100644 --- a/redis-namespace.gemspec +++ b/redis-namespace.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "redis-namespace" - s.version = "0.8.0" + s.version = "0.9.0" s.date = Time.now.strftime('%Y-%m-%d') s.summary = "Namespaces Redis commands." s.homepage = "http://github.com/defunkt/redis-namespace"