Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Jul 28, 2012
1 parent 9a3901a commit 2e57e20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions fog.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ 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 = '1.4.0'
s.date = '2012-06-24'
s.version = '1.5.0'
s.date = '2012-07-28'
s.rubyforge_project = 'fog'


Expand Down
2 changes: 1 addition & 1 deletion lib/fog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Fog

unless const_defined?(:VERSION)
VERSION = '1.4.0'
VERSION = '1.5.0'
end

end
Expand Down

0 comments on commit 2e57e20

Please sign in to comment.