From 3d7ac75cbe880e0e8e88651c542e5e5686ada6dd Mon Sep 17 00:00:00 2001 From: Wesley Beary Date: Thu, 22 Oct 2009 14:05:34 -0700 Subject: [PATCH] Version bump to 0.0.25 --- VERSION | 2 +- fog.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index b056f4120..2678ff8d6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.24 +0.0.25 diff --git a/fog.gemspec b/fog.gemspec index c2cf7d78e..8c09ada66 100644 --- a/fog.gemspec +++ b/fog.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{fog} - s.version = "0.0.24" + s.version = "0.0.25" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["geemus (Wesley Beary)"] - s.date = %q{2009-10-21} + s.date = %q{2009-10-22} s.default_executable = %q{fog} s.description = %q{brings clouds to you} s.email = %q{me@geemus.com}