From f5f5bb3d8704359da565387b01da1f040d124ac6 Mon Sep 17 00:00:00 2001 From: Wesley Beary Date: Fri, 23 Oct 2009 12:31:19 -0700 Subject: [PATCH] Version bump to 0.0.26 --- VERSION | 2 +- fog.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 2678ff8d6..c4475d3bb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.25 +0.0.26 diff --git a/fog.gemspec b/fog.gemspec index 8c09ada66..14116b1a0 100644 --- a/fog.gemspec +++ b/fog.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{fog} - s.version = "0.0.25" + s.version = "0.0.26" 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-22} + s.date = %q{2009-10-23} s.default_executable = %q{fog} s.description = %q{brings clouds to you} s.email = %q{me@geemus.com}