ManageIQ/manageiq-providers-azure_stack

View on GitHub
lib/manageiq/providers/azure_stack/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
module ManageIQ
  module Providers
    module AzureStack
      VERSION = '0.1.0'.freeze
    end
  end
end