Skip to content

Commit

Permalink
v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Oct 14, 2024
1 parent 258871d commit c307543
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fog-ovirt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.license = "MIT"

spec.files = Dir["{lib,spec}/**/*"] +
["LICENSE.md", "Rakefile", "README.md", "CHANGELOG.md", "CONTRIBUTORS.md"]
["LICENSE.md", "Rakefile", "README.md", "CONTRIBUTORS.md"]
spec.require_paths = ["lib"]
spec.required_ruby_version = ">= 2.0.0"

Expand Down
2 changes: 1 addition & 1 deletion lib/fog/ovirt/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Fog
module Ovirt
VERSION = "2.0.2".freeze
VERSION = "2.0.3".freeze
end
end

0 comments on commit c307543

Please sign in to comment.