From 8d69b89a85e7e69a9baf71eec97d86894635d842 Mon Sep 17 00:00:00 2001 From: geemus Date: Fri, 18 Jun 2010 17:17:42 -0700 Subject: [PATCH] Release 0.2.0 --- fog.gemspec | 2 +- lib/fog.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fog.gemspec b/fog.gemspec index 259c41c4f..b280bee86 100644 --- a/fog.gemspec +++ b/fog.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |s| ## If your rubyforge_project name is different, then edit it and comment out ## the sub! line in the Rakefile s.name = 'fog' - s.version = '0.1.10' + s.version = '0.2.0' s.date = '2010-06-18' s.rubyforge_project = 'fog' diff --git a/lib/fog.rb b/lib/fog.rb index c91e12f70..bf75db81f 100644 --- a/lib/fog.rb +++ b/lib/fog.rb @@ -38,7 +38,7 @@ require 'fog/vcloud' module Fog unless const_defined?(:VERSION) - VERSION = '0.1.10' + VERSION = '0.2.0' end module Mock