diff --git a/VERSION.yml b/VERSION.yml index ce4065ca7..1f3473d84 100644 --- a/VERSION.yml +++ b/VERSION.yml @@ -1,5 +1,5 @@ --- :major: 0 :minor: 0 -:patch: 54 +:patch: 55 :build: diff --git a/fog.gemspec b/fog.gemspec index a56919e3d..01900b46a 100644 --- a/fog.gemspec +++ b/fog.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{fog} - s.version = "0.0.54" + s.version = "0.0.55" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["geemus (Wesley Beary)"] - s.date = %q{2010-03-08} + s.date = %q{2010-03-09} s.default_executable = %q{fog} s.description = %q{brings clouds to you} s.email = %q{me@geemus.com}