diff --git a/VERSION.yml b/VERSION.yml index 8a824584d..db11ca12e 100644 --- a/VERSION.yml +++ b/VERSION.yml @@ -1,5 +1,5 @@ --- :major: 0 :minor: 0 -:patch: 44 +:patch: 45 :build: diff --git a/fog.gemspec b/fog.gemspec index 783bec1ce..b2892a793 100644 --- a/fog.gemspec +++ b/fog.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = %q{fog} - s.version = "0.0.44" + s.version = "0.0.45" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["geemus (Wesley Beary)"] - s.date = %q{2010-02-18} + s.date = %q{2010-02-19} s.default_executable = %q{fog} s.description = %q{brings clouds to you} s.email = %q{me@geemus.com}