From 64baa773cc5d03696db1ffb37e9a7c30209f4206 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 21 Dec 2012 19:48:03 +0100 Subject: [PATCH] Bump version --- commands.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.gemspec b/commands.gemspec index 43d102b..a510b20 100644 --- a/commands.gemspec +++ b/commands.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'commands' - s.version = '0.0.2' + s.version = '0.0.3' s.author = 'David Heinemeier Hansson' s.email = 'david@37signals.com' s.summary = 'Run Rake/Rails commands through the console'