From 7f4a08ae691ab1dd260753d5d08187a49f56efe7 Mon Sep 17 00:00:00 2001 From: Wesley Beary Date: Thu, 24 Dec 2009 16:12:01 -0800 Subject: [PATCH] Version bump to 0.0.38 --- VERSION | 2 +- fog.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 1435d6cfc..e4a35e8bc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.37 +0.0.38 diff --git a/fog.gemspec b/fog.gemspec index 83a8cc02c..1c1f7978c 100644 --- a/fog.gemspec +++ b/fog.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{fog} - s.version = "0.0.37" + s.version = "0.0.38" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["geemus (Wesley Beary)"] - s.date = %q{2009-12-18} + s.date = %q{2009-12-24} s.default_executable = %q{fog} s.description = %q{brings clouds to you} s.email = %q{me@geemus.com}