fog/fog-cloudatcost

View on GitHub
lib/fog/cloudatcost/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module Fog
  module CloudAtCost
    VERSION = '0.4.0'
  end
end