Skip to content

Commit

Permalink
Release 0.0.95
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed May 13, 2010
1 parent 754e46d commit 393dea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fog.gemspec
Expand Up @@ -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.0.94'
s.version = '0.0.95'
s.date = '2010-05-13'
s.rubyforge_project = 'fog'

Expand Down
2 changes: 1 addition & 1 deletion lib/fog.rb
Expand Up @@ -35,7 +35,7 @@
module Fog

unless const_defined?(:VERSION)
VERSION = '0.0.94'
VERSION = '0.0.95'
end

module Mock
Expand Down

0 comments on commit 393dea3

Please sign in to comment.